19.03.2009, 10:56
Код:
for(new i = 0; i < MAX_PLAYERS; i++) if (PlayerToPoint(1.0, i, 1684.7642,-2099.3738,13.8343)) { GameTextForPlayer(i, "~b~28th Streat CripZ~n~~w~/enter~n~ ", 4000, 5); } } else if(PlayerToPoint(1.0, i,1554.9419,-1675.7074,16.1953))//error 010: invalid function or declaration { GameTextForPlayer(i, "~b~Los Santos Polica~n~~w~/enter~n~ ", 4000, 5); } } else if(PlayerToPoint(1.0, i,1526.1729,-1677.5127,5.8906))//error 010: invalid function or declaration { GameTextForPlayer(i, "~b~Police Lifted~n~~w~/inside~n~ ", 4000, 5); } }