Ban Problem
#4

You are setting everything for playerid(person who executes the command). Instead of Pid(player who should be banned.)
PHP код:
TextDrawShowForPlayer(playeridBanBox1);
TextDrawShowForPlayer(playeridBanBox2);
TextDrawShowForPlayer(playeridBanOverview);
TextDrawShowForPlayer(playeridBanAppeal);
TextDrawShowForPlayer(playeridBanBox3);
PlayerTextDrawShow(playeridPlayerName[playerid]);
PlayerTextDrawShow(playeridAdminName[playerid]);
PlayerTextDrawShow(playeridBanReason[playerid]);
PlayerTextDrawShow(playeridBanDate[playerid]); 
As in the code above you are showing everything to playerid, who in this case is the admin banning the player.
Change playerid to pID.
Reply


Messages In This Thread
Ban Problem - by NoteND - 27.04.2018, 09:45
Re: Ban Problem - by UFF - 27.04.2018, 10:18
Re: Ban Problem - by kovac - 27.04.2018, 11:44
Re: Ban Problem - by jasperschellekens - 27.04.2018, 11:53
Re: Ban Problem - by CodeStyle175 - 27.04.2018, 12:09
Re: Ban Problem - by jasperschellekens - 27.04.2018, 12:19
Re: Ban Problem - by CodeStyle175 - 27.04.2018, 12:21

Forum Jump:


Users browsing this thread: 2 Guest(s)