09.06.2013, 15:51
Then you will put:
And now when you will call the function: JailTime , you will call it like this:
This one will put the player that you clicked into those coords.
I guess that's what you wanted to do ,right?
pawn Код:
forward JailTime(playerid);
public JailTime(playerid)
{
SetPlayerPos(playerid, 1553.7046,-1675.6191,16.1953);
SetPlayerFacingAngle(playerid, 89.9057);
}
pawn Код:
JailTime(externalplayerid[playerid]);
I guess that's what you wanted to do ,right?