03.11.2015, 08:52
So I have this command for spawning after death but I want the spawn the player after death in that location
but he will be able to choose a different skin. how can i do that?
but he will be able to choose a different skin. how can i do that?
PHP код:
CMD:spawn(playerid, params[])
{
SetSpawnInfo(playerid, pBikers, 51, 254.5229,-1367.1545,53.1094,297.0670, 0, 0, 0, 0, 0, 0 );
return 1;
}