02.07.2009, 15:38
Hi, lets say I want to make a gang zone, And I want that, when you enter the teritory of the gang zone it would write something...
So lets say that I have the teritory assaigned like that...:
stock IsGangzone(Float,Float:y){
if(y < 2252.83 && y > 2213.796 && x < -2422.32 && x > -2496.709) return true;
return false; }
When I enter that square It should write :
SendClientMessage(playerid,COLOR," Be aware ! GANG ZONE ! stop! don't go further !");
I hope you understud what im asking for...
Maybe something like OnPlayerEnterGangzone Im just a begginer in the scripting stuff... Thanks verry much
So lets say that I have the teritory assaigned like that...:
stock IsGangzone(Float,Float:y){
if(y < 2252.83 && y > 2213.796 && x < -2422.32 && x > -2496.709) return true;
return false; }
When I enter that square It should write :
SendClientMessage(playerid,COLOR," Be aware ! GANG ZONE ! stop! don't go further !");
I hope you understud what im asking for...
Maybe something like OnPlayerEnterGangzone Im just a begginer in the scripting stuff... Thanks verry much