09.04.2009, 15:35
Why this dosnt work?
I can enter it.. but i dosnt see anything... i see nothing!
I can enter it.. but i dosnt see anything... i see nothing!
Код:
if (pickupid == dmv) // Check that the picked up pickup id is the same as the id of the one we created
{
// It is
new Float:a;
new Float:b;
new Float:c;
new VehicleID;
GetPlayerPos(playerid, a, b, c);
SetPlayerPos(playerid,-1827.147338,7.207418,1061.143554);
SetPlayerInterior(playerid,14);
}
return 1;
}

