I made /afk and /back cmd and it give error
Give ME Errors:
Line 2426:
Line 2430:
PHP Code:
CMD:back(playerid,params[])
{
new string[133];
format(string,sizeof(string),"** [{FF0000}%s]{FF00FF} Is Back",pName(playerid));
SendClientMessageToAll(playerid,string);
TogglePlayerControllable(playerid,1);
}
else
{
SendClientMessage(playerid,-1,"You Not Afk");
}
return 1;
}
Code:
D:\samp folder\XtremeX-Stunting\gamemodes\XtremeX-Stunting.pwn(2426) : error 010: invalid function or declaration
D:\samp folder\XtremeX-Stunting\gamemodes\XtremeX-Stunting.pwn(2430) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
PHP Code:
else
PHP Code:
return 1;