How to do this?
#1

I've got this on "OnPlayerSpawn"

pawn Код:
if(PlayerInfo[playerid][pTeam] == 1)
    {
        SetPlayerPos(playerid, 403.6300,2533.5134,16.5457);
    }
    else if(PlayerInfo[playerid][pTeam] == 2)
    {
        SetPlayerPos(playerid, 214.4811,1863.2504,13.1406);
    }
But it's not working, so how can I make it work?

============

EDIT:


Uhm, I have the HnRAvailable[playerid] = 1; in a command, and I want to force it on everyone when I type that command, what should I do?

I have it like HnRAvailable[targetid] = amount; .. So, I also have it in "OnPlayerConnect" and OnDialogResponse when a player registers even logs in.. But it doesn't work
Reply


Messages In This Thread
How to do this? - by Guitar - 25.08.2012, 05:11
Re: How to do this? - by Akira297 - 25.08.2012, 05:12
Re: How to do this? - by Guitar - 25.08.2012, 13:32
Re: How to do this? - by clarencecuzz - 25.08.2012, 13:57
Re: How to do this? - by FalconX - 25.08.2012, 14:00
Re: How to do this? - by Guitar - 25.08.2012, 15:01
Re: How to do this? - by clarencecuzz - 25.08.2012, 15:05
Re: How to do this? - by Guitar - 25.08.2012, 15:12
Re: How to do this? - by Guitar - 25.08.2012, 15:42
Re: How to do this? - by Guitar - 26.08.2012, 07:54

Forum Jump:


Users browsing this thread: 3 Guest(s)