05.09.2012, 22:34
(
Последний раз редактировалось Marcynka; 05.09.2012 в 23:18.
)
How to fix these errors:
(77823) : warning 215: expression has no effect
(77832) : warning 215: expression has no effect
Please help me ;/
(77823) : warning 215: expression has no effect
(77832) : warning 215: expression has no effect
Код:
if(IsPlayerInRangeOfPoint(playerid, 4,251.2575,67.6536,1003.6406)) { if(lspdw == 0) { MoveDynamicObject(lspdwindows, 250.524, 67.650, 1001.08, 5.0, 0.0, 0.0, 34.0 ); SendClientMessage(playerid, COLOR_BLUE,"SAPD Windows is Open, Please Close it!"); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* %s takes his/her remote control and opens the Windows.", sendername); ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5); lspdw = 1; } else { MoveDynamicObject(lspdwindows, 250.524, 67.650, 1002.58, 5.0, 0.0, 0.0, 46.0 ); SendClientMessage(playerid, COLOR_BLUE,"SAPD Windows is Closed, Thank You!"); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* %s takes his/her remote control and closes the Windows.", sendername); ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5); lspdw = 0; } } } if(IsAPDMember(playerid) || IsAFreecop(playerid) || PlayerInfo[playerid][pAdmin] >= 6)