i need help :D
#2

look in the gamemode for OnPlayerRequestClass

more about that you can find here;
https://sampwiki.blast.hk/wiki/OnPlayerRequestClass

and here i have an example for you;

pawn Код:
public OnPlayerRequestClass(playerid,classid)
{

SetPlayerPos(playerid,2260.9995,-285.0844,64.4470);
SetPlayerCameraPos(playerid,2261.4006,-288.7633,64.3798);
SetPlayerCameraLookAt(playerid,2261.5576,-285.6434,64.4228);
SetPlayerFacingAngle(playerid, 193.9833);
return 1;
}
Reply


Messages In This Thread
i need help :D - by KampfMopZ - 16.05.2011, 14:45
Re: i need help :D - by boelie - 16.05.2011, 16:24
AW: i need help :D - by KampfMopZ - 17.05.2011, 13:33

Forum Jump:


Users browsing this thread: 1 Guest(s)