07.01.2016, 02:47
Quote:
Why you not compile and give us error ? :P our brain not Compiler lol so this will easier for people help you
|
cmd2 = strtok(params, scelta2);
if (!strlen(cmd2))
{
SendClientMessage(playerid,COLORE_ROSSO, "Use: /Createpv [playerid] [vehicleid] [vehiclecolor].");
}
lvla2 = strval(cmd2);
if(lvla2 < 0 || lvla2 > 255)
{
SendClientMessage(playerid,COLORE_ROSSO, "ERROR: Invald vehicle color.");
return 1;
}