Problem with Player Class
#2

Okay what you did so far is right.

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;
}
Now Compile and save. Go in your server and try. I hope it works. Any other questions?

Hope i helped.
Greetz, Jeffry
Reply


Messages In This Thread
Problem with Player Class - by unique1801 - 11.11.2009, 12:46
Re: Problem with Player Class - by Jeffry - 11.11.2009, 14:03
Re: Problem with Player Class - by unique1801 - 12.11.2009, 09:44
Re: Problem with Player Class - by Peter_Corneile - 12.11.2009, 09:46
Re: Problem with Player Class - by unique1801 - 12.11.2009, 09:55
Re: Problem with Player Class - by Peter_Corneile - 12.11.2009, 09:58
Re: Problem with Player Class - by unique1801 - 12.11.2009, 10:01
Re: Problem with Player Class - by Peter_Corneile - 12.11.2009, 10:02
Re: Problem with Player Class - by Peter_Corneile - 12.11.2009, 10:04
Re: Problem with Player Class - by unique1801 - 12.11.2009, 10:08

Forum Jump:


Users browsing this thread: 1 Guest(s)