Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

CMD:back

$
0
0
I made /afk and /back cmd and it give error

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;


Give ME Errors:

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.

Line 2426:

PHP Code:

else 

Line 2430:

PHP Code:

return 1


Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>