[help] Small problem
#2

Quote:
Originally Posted by up2u
Посмотреть сообщение
Код:
     if (strcmp(cmd, "/spc", true) == 0)
		{
		tmp = strtok(cmdtext, idx);
		if(!strlen(tmp))
		{
			SendClientMessage(playerid, COLOR_WHITE, "USAGE: /spc(Special Person Chat) [playerid/PartOfName] [reason]");
			return 1;
		}
		if (PlayerInfo[playerid][pAge] == 310518 )
		{
			SendClientMessage(playerid, COLOR_YELLOW, " My penis is very Tiny ";
			return 1;
		}
		else
		{
			SendClientMessage(playerid, COLOR_YELLOW, " My penis is really big ";
			return 1;
			}
		}
		return 1;
 }
Whats wrong

(PS: Im actualy trying to make an person able to ajail & ban which should be possible if he got 310518 as age,
But i think i can do that if this is fixed)
You should consider using Zcmd instead.
Reply


Messages In This Thread
[help] Small problem - by up2u - 10.05.2011, 18:23
Re: [help] Small problem - by Cameltoe - 10.05.2011, 18:25
Re: [help] Small problem - by up2u - 10.05.2011, 18:33
Re: [help] Small problem - by Cameltoe - 10.05.2011, 19:18
Re: [help] Small problem - by up2u - 10.05.2011, 20:00
Re: [help] Small problem - by Cameltoe - 10.05.2011, 20:02

Forum Jump:


Users browsing this thread: 1 Guest(s)