27.10.2009, 17:15
pawn Код:
if(strlen(cmdtext[4]) > 100)
return SendCleintMessage(playerid, 0xFFFFFFAA, " Your advertisment can only contain 100 characters!");
basically you are checking if the input is longer then 100 cords, if it is, dont do the ad.