13.06.2011, 02:37
Quote:
These are the errors
Код:
C:\Documents and Settings\Administrator\Desktop\New GTA Server\gamemodes\DeathMatch.pwn(214) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\New GTA Server\gamemodes\DeathMatch.pwn(219) : error 010: invalid function or declaration Код:
public OnPlayerDeath(playerid, killerid, reason); { SendDeathMessage(killerid, playerid, reason); return 1; } if(IsPlayerConnected(killerid) { GivePlayerMoney(killerid, 50); SetPlayerScore(killerid, GetPlayerScore(killerid) +1); } return 1; |