14.08.2010, 13:46
Hi,
Today i tried to add a SetSpawnInfo into OnPlayerClassSelection, but it still shown the class selection. But SetSpawnInfo might spawn player with any class selection or something (direct spawn after connected), isnt it?
I've used it like this:
It's the same code with samp's SetSpawnInfo tut. But it doesnt work, too. Whats wrong here?
Today i tried to add a SetSpawnInfo into OnPlayerClassSelection, but it still shown the class selection. But SetSpawnInfo might spawn player with any class selection or something (direct spawn after connected), isnt it?
I've used it like this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo( playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0 );
}