sscanf and zcmd
#1

Hi,

It's any difference i include sscanf2 or zcmd first?

#include sscanf2
#include zcmd

or

#include zcmd
#include sscanf2

?

Next question:

can i use how many times sscanf for ex cmdtext it's will be not modificated?

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
       sscanf(cmdtext, "...", ...);
//actions
  
       sscanf(cmdtext, "...", ...);
//actions



       sscanf(cmdtext, "...", ...);
//actions

       return 1;
}
Reply


Messages In This Thread
sscanf and zcmd - by ScIrUsna - 25.03.2016, 15:13
Re: sscanf and zcmd - by Joron - 25.03.2016, 15:16
Re: sscanf and zcmd - by ScIrUsna - 25.03.2016, 15:19
Re: sscanf and zcmd - by Joron - 25.03.2016, 15:20
Re: sscanf and zcmd - by DRIFT_HUNTER - 25.03.2016, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)