sscanf help
#4

pawn Код:
CMD:changemodetext(playerid, params[]) //if it's part of a config cmd tell me and i'll make adjustments to it
{
    if(!isnull(params)) SetGameModeText(params);
    else return SendClientMessage(playerid, 0xCC0000AA, "Please enter text!");
    return 1;
}
Something like this?
Reply


Messages In This Thread
sscanf help - by Bect - 26.03.2012, 20:49
Re: sscanf help - by Plastic - 26.03.2012, 20:53
Re: sscanf help - by Bect - 26.03.2012, 20:55
Re: sscanf help - by [ABK]Antonio - 26.03.2012, 20:55
Re: sscanf help - by Bect - 26.03.2012, 20:57
Re: sscanf help - by Vince - 26.03.2012, 20:57
Re: sscanf help - by Bect - 26.03.2012, 21:00
Re: sscanf help - by [ABK]Antonio - 26.03.2012, 21:04
Re: sscanf help - by Bect - 26.03.2012, 21:06

Forum Jump:


Users browsing this thread: 1 Guest(s)