16.12.2011, 10:51
Hey!
Whats wrong with my code?
This code doesn't works...
No errors, no warnings
Whats wrong with my code?
Код:
for(new i=0;i<MAX_PLAYERS;i++) { if(IsPlayerConnected(i)) { if(GetPlayerInterior(i)==dini_Int(str1, "Interior")) { if(IsPlayerInRangeOfPoint(i, 10, dini_Int(str1, "X"), dini_Int(str1, "Y"), dini_Int(str1, "Z"))) { ShadInfoBoxForPlayer(playerid, "Someone is knocking at your door!"); } } } }
No errors, no warnings