clickedplayerid
#5

Example

when you click player you store clickedplayerid in a player variable

pawn Код:
PlayerVar[playerid] = clickedplayerid;
in dialog you kick the player by reading the playervar
pawn Код:
Kick(PlayerVar[playerid]);

you can create the playervar like this
pawn Код:
new PlayerVar[MAX_PLAYERS];



dear Doreto.. your var is not per player var
Reply


Messages In This Thread
clickedplayerid - by NicholasA - 06.04.2013, 13:23
Re: clickedplayerid - by iJumbo - 06.04.2013, 13:24
Re: clickedplayerid - by NicholasA - 06.04.2013, 13:26
Re: clickedplayerid - by doreto - 06.04.2013, 13:29
Re: clickedplayerid - by iJumbo - 06.04.2013, 13:29
AW: clickedplayerid - by Nero_3D - 06.04.2013, 14:18
Re: AW: clickedplayerid - by iJumbo - 06.04.2013, 14:22
AW: Re: AW: clickedplayerid - by Nero_3D - 06.04.2013, 14:24

Forum Jump:


Users browsing this thread: 1 Guest(s)