Posts: 110
Threads: 32
Joined: Mar 2009
Reputation:
0
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.
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
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.
Posts: 110
Threads: 32
Joined: Mar 2009
Reputation:
0
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 -.-"
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
IT tells you specifically in the code it gives you.
Posts: 110
Threads: 32
Joined: Mar 2009
Reputation:
0
BUT HOW DO I ADD THE cODE ON THE SERVER IM RUNNING LVDM
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
put it under the callbacks it specifically tells you to put them.
Posts: 110
Threads: 32
Joined: Mar 2009
Reputation:
0
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;
}
//======================
Posts: 110
Threads: 32
Joined: Mar 2009
Reputation:
0
Ahh ok Thanks so much ur da best men