03.11.2009, 13:29
so this is what i got and still won't work lol im to much of a noob
Код:
if (!strcmp(cmdtext, "/sexshop", true)) if(IsPlayerConnected(playerid)) if(PlayerInfo[playerid][pLeader] == 4 || PlayerInfo[playerid][pLeader] == 15 || PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 4) { timerkiller = SetTimer("sexshop", 1000, true); format(string, sizeof(string), "** %s Dispatch: FIRE REPORTED AT EOC IdleWood SEX Shop!!! **", sendername); new string2[61]; format(string2, sizeof(string2), "** %s Dispatch: Get rid of fire ASAP!!! **", sendername); SendRadioMessage(1, COLOR_BLUE, string); SendRadioMessage(2, COLOR_BLUE, string); SendRadioMessage(3, COLOR_BLUE, string); SendRadioMessage(4, COLOR_BLUE, string); SendRadioMessage(15, COLOR_BLUE, string); return 1; }