30.03.2011, 16:52
Hi, how to car assign to variable? Example
Help me ;//
Код:
new Infernus (modelid);
Код:
CMD:car(playerid)
{
SendClientMessage(playerid, COLOR_GREEN,"* You car model is %d", Infernus);
return 1;
}

