19.10.2014, 11:05
Hello ! How title say, I have a problem :
And the problem of that code it's error :
I tried to solve this, but didn't worked, can anyone help me ?
pawn Код:
CMD:sheal(playerid,params[])
{
if(AccInfo[playerid][SADMIN] >= 1)
{
SetPlayerHealth(playerid,100)
SendClientMessage(playerid,-1,"{FF0000}S.Admin : {0066CC}You have been healed !");
}
return 1;
}
pawn Код:
C:\Users\USER\Desktop\Programe\Romania Fantastic Stunt by Teddy\Romania Fantastic Stunt\filterscripts\LuxAdmin.pwn(4531) : error 001: expected token: ";", but found "-identifier-"
I tried to solve this, but didn't worked, can anyone help me ?