08.01.2011, 12:48
Hey, I need some help in how to add more dealerships... :S
A friend told me to post in here, and get some help on how to add more dealerships..
Anyways, the code he told me to make with coords is this:
A friend told me to post in here, and get some help on how to add more dealerships..
Anyways, the code he told me to make with coords is this:
Код:
public IsAtDealership(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerToPoint(25.0,playerid,3029.8376,-2045.4829,3.4229,7.2077,1,1) || PlayerToPoint(50,playerid,2325.4622,-1223.5625,22.2046,270.8142,161,161) || PlayerToPoint(35,playerid,2149.4558,-1166.3368,23.3749,268.8391,1,146) || PlayerToPoint(50,playerid,2737.8115,-1876.1163,9.4239,359.9999,237,65) || PlayerToPoint(50,playerid,564.1442,-1267.4377,16.8385,0.6290,54,1)) { return 1; }