10.05.2011, 18:23
Код:
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;
}
(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)



goodluck !