Detaljan opis problema:Imam 26 errora sa NOPcheck
Dio skripte:
ExecuteNOPAction(playerid)
{
new string;
new newcar = GetPlayerVehicleID(playerid);
if(NOPTrigger >= MAX_NOP_WARNINGS) { return 1; }
NOPTrigger++;
RemovePlayerFromVehicle(playerid);
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
SetPlayerPos(playerid, X, Y, Z+2);
NOPCheck(playerid);
if(NOPTrigger > 1)
{
new sec = (NOPTrigger * 5000)/1000-1;
format(string, sizeof(string), "{AA3333}AdmWarning{FFFF00}: %s (ID %d) may be NOP hacking - restricted vehicle (model %d) for %d seconds.", GetPlayerNameEx(playerid), playerid, GetVehicleModel(newcar),sec);
ABroadCast(COLOR_YELLOW, string, 2);
}
return 1;if(PlayerInfo == 0)
{
new Float:slx, Float:sly, Float:slz;
GetPlayerPos(playerid, slx, sly, slz);
SetPlayerPos(playerid, slx, sly, slz+1.3);
PlayerPlaySound(playerid, 1130, slx, sly, slz+1.3);
RemovePlayerFromVehicle(playerid);
NOPCheck(playerid);
SendClientMessageEx(playerid, COLOR_GRAD2, "You are not a VIP, this is a vehicle from the VIP Garage!");
}else if(IsAPizzaCar(vehicleid))
{
if(PlayerInfo != 21 && PlayerInfo != 21)
{
new Float:slx, Float:sly, Float:slz;
GetPlayerPos(playerid, slx, sly, slz);
SetPlayerPos(playerid, slx, sly, slz+1.3);
PlayerPlaySound(playerid, 1130, slx, sly, slz+1.3);
RemovePlayerFromVehicle(playerid);
NOPCheck(playerid);
SendClientMessageEx(playerid, COLOR_GRAD2, "You are not a Pizza Boy!");
}
}
else if(IsAnAmbulance(vehicleid))
{
if(PlayerInfo == 4||PlayerInfo == 4)
{
if(FDSAVehicles == vehicleid && PlayerInfo < 5)
{
RemovePlayerFromVehicle(playerid);
new Float:slx, Float:sly, Float:slz;
GetPlayerPos(playerid, slx, sly, slz);
SetPlayerPos(playerid, slx, sly, slz);
NOPCheck(playerid);
SendClientMessageEx(playerid, COLOR_GRAD2, "Only ranks 5+ can drive this vehicle.");
}
}
else
{
SendClientMessageEx(playerid,COLOR_GREY," You are not in the FDSA!");
RemovePlayerFromVehicle(playerid);
new Float:slx, Float:sly, Float:slz;
GetPlayerPos(playerid, slx, sly, slz);
SetPlayerPos(playerid, slx, sly, slz);
NOPCheck(playerid);
}
}
else if(IsAnSASDCar(vehicleid))
{
if(PlayerInfo == 7 || PlayerInfo == 7)
{
}
else
{
RemovePlayerFromVehicle(playerid);
new Float:slx, Float:sly, Float:slz;
GetPlayerPos(playerid, slx, sly, slz);
SetPlayerPos(playerid, slx, sly, slz);
NOPCheck(playerid);
SendClientMessageEx(playerid, COLOR_GRAD2, "You are not in the SASD!");
}
}D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(5205) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(5856) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(5872) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(5885) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(5899) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(5910) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(5924) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(5987) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6002) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6017) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6032) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6047) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6062) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6077) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6092) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6107) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6122) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6137) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6152) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6167) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6197) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6208) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6227) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6256) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(6268) : error 017: undefined symbol "NOPCheck"
D:\Documents and Settings\Administrator\Desktop\SAMP MODOVI\NGG\gamemodes\THEOSGM.pwn(8556) : error 017: undefined symbol "IsNumeric"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Neke slike/video za lakse dobivanje pomoci(neobavezno):
Ako bude trebalo stavit jos koje linije recite