Quote:
Originally Posted by SimpalK
Use this :-
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 7.0, x,y,z)) { if(pInfo[playerid][pVip] == Your level); { PlayAudioStreamForPlayer(playerid, "http://yourlink.pls"); } }
|
Thanks man, what do you mean my level? sorry if it sounds dumb but yeah..An I change the x,y,z to the co ordinates right?