SA-MP Forums Archive
How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- (/showthread.php?tid=83773)



How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Studio - 27.06.2009

Hello i got extreme vehicle plotter and im trying to find out how do i add a turf.. i couldn't find it on the wiki samp..
Can Someone help me pls.


Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Grim_ - 27.06.2009

Open the app > Click and drag to the turf size you want > (box will appear) click gang zones and word bounds > click Use Gang Zones > fill in "variable name" with wanted gang zone name > choose the color you want > click "ok" > copy and paste the code output into your gamemode in the correct places.


Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Studio - 27.06.2009

iM just a starter so i need some help: When i click on my server source where do i add the Codes to get no errors -.-"


Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Grim_ - 27.06.2009

IT tells you specifically in the code it gives you.


Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Studio - 27.06.2009

BUT HOW DO I ADD THE cODE ON THE SERVER IM RUNNING LVDM


Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Grim_ - 27.06.2009

put it under the callbacks it specifically tells you to put them.


Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Studio - 27.06.2009

ohh well can someone make me a script -.- cuz i dont get it..

------------------------------------
//======================
// Above OnGameModeInit:
new Clan Wars;

// OnGameModeInit Insert
public OnGameModeInit() {
Clan Wars = GangZoneCreate(2032.885, 1198.621, 2212.508, 1384.289);
return 1;
}
// Player Spawn
public OnPlayerSpawn(playerid) {
GangZoneShowForPlayer(playerid, Clan Wars, 0x8000FF96);
return 1;
}
//======================



Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Grim_ - 27.06.2009

How don't you get it... It has it specifically out.
//Put under OnGameModeInit
So put tha code under OnGameModeInit


Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - Studio - 27.06.2009

Ahh ok Thanks so much ur da best men


Re: How do i add TurfS! I NEED A TUTORIAL PLEASE! ---> Click here <---- - [SFD]Marco - 05.08.2009

link download plz