14.12.2013, 21:17
Hi please help in this code:
I get this error in this line
the error:
HELP!
pawn Код:
dcmd_time(playerid,params[])
{
if(!strlen(params)) return SCM(playerid,-1,"[USAGE] {FFFFFF}/time [TIME]");
Time =params;
}
pawn Код:
Time =params;
pawn Код:
error 006: must be assigned to an array