Need help with spawn points (not random)
#4

Nah use this:
PHP код:
#include <a_samp>
public OnPlayerSpawn(playerid)
{
    if(
GetPlayerSkin(playerid) == 128[use your own skin IDs here))
    {
        
SetPlayerPos(playerid,x,y,z);
        return 
1;
    }
    
    return 
1;

Reply


Messages In This Thread
Need help with spawn points (not random) - by trapped1 - 13.07.2011, 21:03
Re: Need help with spawn points (not random) - by [MG]Dimi - 13.07.2011, 21:07
Re: Need help with spawn points (not random) - by trapped1 - 13.07.2011, 21:11
Re: Need help with spawn points (not random) - by [MG]Dimi - 13.07.2011, 21:19

Forum Jump:


Users browsing this thread: 1 Guest(s)