28.12.2011, 06:02
Hello,
I have a problem with my Script.
When i press F4 on my Server, i came on the ClassSelection, but when i press the Spawn Button, i Spawn and came back to the ClassSelection.
My OnPlayerRequestClass Public:
I hope someone has a solution for my problem.
/Edit: I use SA-MP 0.3d R1, and this problem i had it in 0.3c too.
* Zunno
I have a problem with my Script.
When i press F4 on my Server, i came on the ClassSelection, but when i press the Spawn Button, i Spawn and came back to the ClassSelection.
My OnPlayerRequestClass Public:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
print("OnPlayerRequestClass called...");
SpawnPlayer(playerid);
return 1;
}
/Edit: I use SA-MP 0.3d R1, and this problem i had it in 0.3c too.
* Zunno