29.07.2012, 20:54
It didnt work I have:
But the interior thing didnt work?
whats wrong?
PHP код:
if(!strcmp(cmdtext, "/car", true))
{
new string[128];
format(string, sizeof(string), "Interior: %i",GetPlayerInterior(playerid));
new Float:up[3], carid;
GetPlayerPos(playerid, up[0], up[1], up[2]);
carid = CreateVehicle(411, up[0]+2, up[1]+2, up[2], 0, -1, -1, 0);
PutPlayerInVehicle(playerid, carid, 0);
return 1;
}
whats wrong?