sscanf special characters
#7

Since writing "CMD:kontrollivццd" causes compiler errors, you probably have to run a few string comparisons in the callback fired by zcmd after a command has been entered.

Simply do
pawn Код:
if(!strcmp(cmdtext, "/kontrollivццd", true))
{
    cmd_kontrolliv88d(playerid, params);
}
Lihtne

By the way, kontrollivццd means "check the belt" or in our context, "check the seatbelt".
Reply


Messages In This Thread
sscanf special characters - by King Ace - 26.12.2012, 17:03
Re: sscanf special characters - by Strier - 26.12.2012, 18:16
Re: sscanf special characters - by King Ace - 26.12.2012, 18:24
Re: sscanf special characters - by Devilxz97 - 26.12.2012, 18:28
Re: sscanf special characters - by Konstantinos - 26.12.2012, 18:28
Re: sscanf special characters - by King Ace - 26.12.2012, 18:32
Re: sscanf special characters - by AndreT - 26.12.2012, 18:46
Re: sscanf special characters - by King Ace - 26.12.2012, 18:56
Re: sscanf special characters - by AndreT - 26.12.2012, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)