Posts: 8
Threads: 3
Joined: Apr 2016
Reputation:
0
Hello I apologize in advance for my English. I want someone with Jetpack and hi is Attacker in Turf want when the leader start Turf attack he be slap and jetpack be gone. And when he started Turf and man is Attackers can not get into vehicles and use the jetpack. If possible tell me in detail or give me the code. And I made a system for save a turfs, but when you go Auto Save and restart the server the turfs or reversed or gone. I mean if I am captured Grove Street after server restart Turf went to LV and replaced the Civil Turf. And sometimes becomes Civil Turf
Posts: 99
Threads: 13
Joined: Mar 2016
Reputation:
0
Oh shit,
frankly, I really hard to understand,
to start, adjust one problem at a time.
the first problem I have understood is that when you capture a territory, you redemare the server, the territory back to its origin?
Posts: 8
Threads: 3
Joined: Apr 2016
Reputation:
0
When i captured zone with Grove gang(example) after restart this territory back to civil and my zone going to other zone. Grove Street back to civill and other territory going green.
Posts: 8
Threads: 3
Joined: Apr 2016
Reputation:
0
(37921) :if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK))
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid,X,Y,Z);
SetPlayerPos(playerid, x, y, z+5);
return 1;
}
(37921) : error 029: invalid expression, assumed zero