Quote:
Originally Posted by Reklez
I don't see the problem i replace the OnPlayerUpdate with your OnPlayerUpdate on my test script.
Otherwise this is the fix version:
pawn Код:
public OnPlayerUpdate(playerid) { new weaponid = GetPlayerWeapon(playerid); new Nam[MAX_PLAYER_NAME]; new str[128]; if(weaponid == 16) // The weapon ID if(weaponid == 16) // The weapon ID if(weaponid == 10) // The weapon ID if(weaponid == 11) // The weapon ID if(weaponid == 12) // The weapon ID if(weaponid == 13) // The weapon ID if(weaponid == 17) // The weapon ID if(weaponid == 18) // The weapon ID if(weaponid == 35) // The weapon ID if(weaponid == 36) // The weapon ID if(weaponid == 37) // The weapon ID if(weaponid == 38) // The weapon ID if(weaponid == 39) // The weapon ID { GetPlayerName(playerid,Nam,sizeof(Nam)); format(str,sizeof(str),"ANTI WEAPON HACK: %s has been banned from server for spawning A Hacked Weapon!",Nam); SendClientMessageToAll(0xFF0000FF,str); BanEx(playerid,"ANTI WEAPON HACK: Weapon Hack!"); } return 1; }
|
Код:
C:\Users\Jamie\Dropbox\GTA PROJECT\Basic_RP_Script_Scratch_FIX\Basic RP Script Scratch FIX\gamemodes\U1.pwn(107) : error 001: expected token: ";", but found "public"
C:\Users\Jamie\Dropbox\GTA PROJECT\Basic_RP_Script_Scratch_FIX\Basic RP Script Scratch FIX\gamemodes\U1.pwn(435) : warning 217: loose indentation
C:\Users\Jamie\Dropbox\GTA PROJECT\Basic_RP_Script_Scratch_FIX\Basic RP Script Scratch FIX\gamemodes\U1.pwn(815) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.