11.11.2009, 14:03
Okay what you did so far is right.
But now: add this at :
OnPlayerRequestClass
then it looks like this:
Now Compile and save. Go in your server and try. I hope it works. Any other questions?
Hope i helped.
Greetz, Jeffry
But now: add this at :
OnPlayerRequestClass
then it looks like this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746,);
SetPlayerCameraPos(playerid, 1962.3783, 1347.1572, 15.3746,);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746,);
return 1;
}
Hope i helped.
Greetz, Jeffry
![Cool](images/smilies/cool.gif)