18.03.2012, 20:05
Hey,
I need some help with making a new strcmp on Pawno.
I can't see what's wrong,when I try to compile it I get 26 errors with 017: undefined symbol,
If you guys could help me, I would appreciate it.
I need some help with making a new strcmp on Pawno.
Код HTML:
if(Strcmp(cmd, "/kevlar", true) == 0) { if(IsPlayerConnected(playerid)) { GetPlayerName(playerid, sendername, sizeof(sendername)); GiveNameSpcae(sendername); if(PlayerInfo[playerid][pMaskUse] == 1) {format(sendername, sizeof(sendername), "Stranger_%d", RandMask[playerid]); } if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pMember] == 14) { if (PlayerToPoint(3, playerid,255.3,77.4,1003.6) || PlayerToPoint(3,playerid,233.0675,123.5211,1003.2188)) { if(OnDuty[playerid]==0) { format(string, sizeof(string), "* Officer %s took an Kevlar vest from there locker.", sendername); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); SetPlayerAttachedObject(playerid, 1, 19142, 1, 0.1, 0.05, 0.0, 0.0, 0.0, 0.0); } else { SendClientMessage(playerid, COLOR_GRAD2, " You are not in a locker room !"); return 1; } }
If you guys could help me, I would appreciate it.