15.11.2009, 15:49
Quote:
Originally Posted by dice7
Omg, not function calls, functions!
This pawn Код:
|
Код:
else if(PlayerToPoint(2, i,503.2812,-11.7610,1000.6797)) {//Alahambra HQ enterance if (PlayerInfo[i][pMember] == 12 || PlayerInfo[i][pLeader] == 12) { GameTextForPlayer(i, "~w~Type ~g~/enterhq ~w~ to enter your gang HQ", 5000, 3); } else { GameTextForPlayer(i, "~r~Blood Access Only", 5000, 3); } }
Quote:
Originally Posted by Virtual1ty
i think its better for you update to 0.3a and use the IsPlayerInRangeOfPoint
https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint |