19.01.2011, 18:21
Add this to your OnPlayerRequestClass
Replace X, Y and Z with the coordinates you want to add to the class request.
pawn Код:
switch (classid)
{
case 0:
{
SetPlayerPos(playerid, X, Y, Z);
}
case 1:
{
SetPlayerPos(playerid, X, Y, Z);
}
case 2:
{
SetPlayerPos(playerid, X, Y, Z);
}