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

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.
Reply
#2

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.
Reply
#3

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 -.-"
Reply
#4

IT tells you specifically in the code it gives you.
Reply
#5

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

put it under the callbacks it specifically tells you to put them.
Reply
#7

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;
}
//======================
Reply
#8

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

Ahh ok Thanks so much ur da best men
Reply
#10

link download plz
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)