08.04.2015, 12:45
Quote:
Since you got ZCMD,here what you have to do,put these commands under :
pawn Код:
|
pawn Код:
CMD:help(playerid, params[])
{
//your code here
return 1;
}
CMD:foruminfo(playerid, params[])
{
//your code here
return 1;
}
//etc