25.08.2012, 05:11
(
Последний раз редактировалось Guitar; 26.08.2012 в 07:55.
)
I've got this on "OnPlayerSpawn"
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
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);
}
============
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