SSCANF player not online bug!
#2

PHP код:
new id;
new 
string[126];
if(
sscanf(params"u"id)) return SCM(playerid, -1""SCMD"/check [ID/Name]");
if(!
IsPlayerConnected(id))
{
    
format(string,sizeof(string),"Params: 'id' is '%d'",id);
    
SendCllientMessage(playerid,-1,string);

Just for debug. I recommend to use debug-method before asking here.
Reply


Messages In This Thread
SSCANF player not online bug! - by Dusan01 - 08.02.2016, 19:34
Re: SSCANF player not online bug! - by GangstaSunny - 08.02.2016, 19:58
Re: SSCANF player not online bug! - by ikey07 - 08.02.2016, 20:04
Re: SSCANF player not online bug! - by Dusan01 - 08.02.2016, 20:09
Re: SSCANF player not online bug! - by Dusan01 - 09.02.2016, 17:55
Re: SSCANF player not online bug! - by ikey07 - 09.02.2016, 18:22
Re: SSCANF player not online bug! - by Dusan01 - 09.02.2016, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)