23.02.2014, 02:09
(
Last edited by redneckvideogamer; 23/02/2014 at 04:14 AM.
)
EDIT:Fixed
Hey everyone, I want to do the following:
It shows no error on PAWN, however, when i try to perform the command ingame, it shows me the "unknown command" error message.
Thank you in advance
Hey everyone, I want to do the following:
pawn Code:
command(test,playerid,params[])
{
for(new i; i < MAX_HOME_TDS; i++)
{
PlayerTextDrawShow(playerid, PlayerText:custscr[i][playerid]);
}
return 1;
}
Thank you in advance