Witam mam taki problemik
Kopia.pwn(36886) : error 001: expected token: "*/", but found "-end of file-"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
A w linice 36886 NIC NIE MA POMOCY
LINIKI
new speed = floatround(GetVehicleSpeed(GetPlayerVehicleID(a),SpeedCameras[b][_usemph]));
new limit = SpeedCameras[b][_limit];
if(speed > limit)
{
TextDrawShowForPlayer(a,flash);
#if CAMERA_PERSPECTIVE == true
SetPlayerCameraPos(a,SpeedCameras[b][_x],SpeedCameras[b][_y],SpeedCameras[b][_z] + 5);
new Float:x,Float:y,Float:z;GetPlayerPos(a,x,y,z);
SetPlayerCameraLookAt(a,x,y,z);
#endif
SetPVarInt(a,"PlayerHasBeenFlashed",1);
SetTimerEx("RemoveFlash",CAMERA_FLASH_TIME,false,"i",a);
if(GetPlayerState(a) == PLAYER_STATE_DRIVER)
{
if(SpeedCameras[b][_usemph] == 0)
{
SendClientMessageEx(a,0xFF1E00FF,"sisis","Jedziesz za szybko! Twoja pr?dko?? to: ",speed,"km/h. Gdzie limit w tym miejscu wynosi: ",limit, "km/h.");
SendClientMessageEx(a,0xFF1E00FF,"sis","Dostajesz kare w wysoko?ci: ",SpeedCameras[b][_fine],"$.");
} else {
SendClientMessageEx(a,0xFF1E00FF,"sisis","Jedziesz za szybko! Twoja pr?dko?? to: ",speed,"mp/h. Gdzie limit w tym miejscu wynosi: ",limit, "mp/h.");
SendClientMessageEx(a,0xFF1E00FF,"sis","Dostajesz kare w wysoko?ci: ",SpeedCameras[b][_fine],"$.");
}
GivePlayerMoney(a, - SpeedCameras[b][_fine]);
}
}
}
}
}
}
forward RemoveFlash(playerid);
public RemoveFlash(playerid)
{
TextDrawHideForPlayer(playerid,flash);
SetPVarInt(playerid,"PlayerHasBeenFlashed",2);
#if CAMERA_PERSPECTIVE == true
SetCameraBehindPlayer(playerid);
#endif
C:\Documents and Settings\Go??\Pulpit\pawno\include\strtok.inc(12) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\Go??\Pulpit\pawno\include\strtok.inc(27) : error 047: array sizes do not match, or destination array is too small
Podpis
PFT 2015 - 65 % STOP!
Eternal Role Play <3
WRACAM PO DŁUGIEJ PRZERWIE!
Karatekaaaa,
1. W??cz skrypt/gamemode, kt?ry kompilujesz.
2. Kliknij CTRL + F i wpisz strtok. Kliknij enter
3. Je?eli Ci wyszuka?o podan? fraz? to usu? ca?y kod z tym zwi?zany
4. Jeszcze raz skompiluj gamemode/skrypt
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach