18.10.2013, 00:31
Код:
CMD:healme(playerid,params[]) { if(!IsPlayerAdmin(playerid)) return SCM(playerid, RED, "UnKnown Command! Type /help"); SetPlayerHealth(playerid, 100.0); SetPlayerArmour(playerid, 100.0); new h_msg[100]; format(h_msg,sizeof (h_msg),"Administrator %s has healed you!",pName); SCMA(RED, h_msg); return 1; }
PHP код:
C:\Users\John\Desktop\Server\filterscripts\TuNiAdmin.pwn(95) : error 076: syntax error in the expression, or invalid function call