01.11.2011, 13:54
Correto:
pawn Код:
new model1;
model1 = strval(tmp);
if(!GetVehicleModel(model1))
{
SendClientMessage(playerid, COLOR_GREY, " Modelo invбlido!");
return 1;
}