02.08.2012, 12:51
i was playing around and made a /dropcar and get 1 error?
error:
Код:
if(strcmp(cmdtext, "/dropcar", true) == 0) { SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}SERVER: Drop The Car Off At The Checkpoint!"); SetPlayerCheckpoint(playerid, 115,2699.4993,-2226.0491,13.5501,92.7102); return 1; } public OnPlayerEnterCheckpoint(playerid); { GivePlayerMoney(playerid, 5000); DisablePlayerCheckpoint(playerid); SendClientMessage(playerid,0xFFFF00AA, "You Have Earned $5000 For Exporting The Car!"); return 1; }
Код:
C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\filterscripts\dropcar.pwn(94) : warning 202: number of arguments does not match definition C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\filterscripts\dropcar.pwn(97) : error 029: invalid expression, assumed zero C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\filterscripts\dropcar.pwn(104) : warning 225: unreachable code C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\filterscripts\dropcar.pwn(104) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.