11.11.2012, 12:47
Is there a way to set spawn points of players using:
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo(playerid, 0, 299, 2495.3494, -1687.0780, 13.5152, 358.8612, 26, 36, 28, 150, 46, 1 );
return 1;
}
But make it specific per player.
I.e. john doe setspawninfo = (playerid, 0, 299, 2495.3494, -1687.0780, 13.5152, 358.8612, 26, 36, 28, 150, 46, 1 );
While jane does setspawninfo = (playerid, 0, 281, 2486.3142, -1647.9170, 14.0703, 182.1866, 26, 36, 28, 150, 46, 1 );
Any help is greatly appreciated!
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo(playerid, 0, 299, 2495.3494, -1687.0780, 13.5152, 358.8612, 26, 36, 28, 150, 46, 1 );
return 1;
}
But make it specific per player.
I.e. john doe setspawninfo = (playerid, 0, 299, 2495.3494, -1687.0780, 13.5152, 358.8612, 26, 36, 28, 150, 46, 1 );
While jane does setspawninfo = (playerid, 0, 281, 2486.3142, -1647.9170, 14.0703, 182.1866, 26, 36, 28, 150, 46, 1 );
Any help is greatly appreciated!