how can i place myself in a car on Request Class screen
#5

Quote:
Originally Posted by ikarus[PSYCHO
i put this to my script

public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, -2098.1057,-1883.2964,110.5234);
SetPlayerCameraPos(playerid, -2098.1057,-1879.2964,110.5234);
SetPlayerCameraLookAt(playerid, -2098.1057,-1883.2964,110.5234);
SetPlayerFacingAngle(playerid, 0);
AddStaticVehicle(400,0.0,0.0,0.0,265.4605,61,26); // just to spawn the car lol
PutPlayerInVehicle(playerid, 400, 0);
return 1;
}

and it didnt work
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)