Posts: 69
Threads: 17
Joined: Mar 2014
Hey guys so i am making a Timmy visits Gamemode and i would like you guys to tell me where the Los Santos Police Department ID is like when you does
Quote:
addplayerclass 0,120323,23,203,203,2 <-- Like that
|
Could you guys help me find it
Posts: 277
Threads: 19
Joined: Sep 2013
I'm not sure about what you meant, but try this.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerInterior(playerid, 6);
SetPlayerPos(playerid, 246.783996,63.900199,1003.640625);
SetPlayerFacingAngle(playerid, 270.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
return 1;
}
The interior id is
6.
And the coordinates.
pawn Код:
246.783996,63.900199,1003.640625