18.07.2011, 18:12
(
Последний раз редактировалось itay_h7; 20.07.2011 в 12:57.
)
i was installed this system https://sampforum.blast.hk/showthread.php?tid=235398 and put this command:
and its give me 0, 0 ever
PHP код:
if(!strcmp(cmd,"/getcolors",true))
{
new color2;
new ccc;
new vehicleid = GetPlayerVehicleID(playerid);
GetVehicleColor(vehicleid,ccc,color2);
format(str,128,"%d %d",ccc,color2);
SendClientMessage(playerid,red,str);
return 1;
}