Some warnings and errors
#4

your problem is here
PlayerName(playerid),reason,admin

you are in wrong with some of adresses did u define playername(playerid) ?


and also this stock will ban player instatly and player wont see the dialog )

so you have to do like this

PHP код:
forward BanExPlayer(playerid,reason[]);
Stock BanPlayer(playeridreason[], admin[])
{
    
// here shows some thing you want to player see 
    
SetTimerEx("BanExPlayer",1000,false,"ds",playerid,reason);
    return 
1;
}
public 
BanExPlayer(playerid,reason[])
{
    
BanEx(playerid,reason);
    return 
1;

Reply


Messages In This Thread
Some warnings and errors - by SilentHill3D - 18.04.2017, 18:39
Re: Some warnings and errors - by Nyitz - 18.04.2017, 20:28
Re: Some warnings and errors - by SilentHill3D - 18.04.2017, 22:09
Re: Some warnings and errors - by khRamin78 - 19.04.2017, 04:33
Re: Some warnings and errors - by SilentHill3D - 19.04.2017, 06:51
Re: Some warnings and errors - by khRamin78 - 19.04.2017, 07:06

Forum Jump:


Users browsing this thread: 2 Guest(s)