setting spawn
#2

Just a example.
pawn Код:
public OnPlayerLogin/Spawn(playerid);
{
    if(HasAHouse(playerid) == 1)
        SetPlayerPos(playerid, doorx,doory,doorz);
        }
}
    else if(HasAHouse(playerid) == 0)
        SetPlayerPos,(playerid, [randSpawn][0], [randSpawn][1], [randSpawn][2]
        }
    return 1;
}
Note: Copying and Pasting this script will not work, even though the script might be wrong I'm just giving a example.(I Suck in PAWNO)

Reply


Messages In This Thread
setting spawn - by cssbart - 22.11.2009, 09:37
Re: setting spawn - by Retardedwolf - 22.11.2009, 09:50

Forum Jump:


Users browsing this thread: 1 Guest(s)