sscanf help
#2

Код:
if(sscanf(params, "us[21]", player1, action))
{
//With ID
}
else if(sscanf(params, "s[21]", action))
{
//Without ID
}
else SendClientMessage(playerid,-1,"[Usage:] /cmd <ID(Optional)> <Action>");
Didn't tried it but let me know if that will work
Reply


Messages In This Thread
sscanf help - by pelican1 - 10.01.2017, 20:39
Re: sscanf help - by darkdrago - 10.01.2017, 22:05

Forum Jump:


Users browsing this thread: 1 Guest(s)