17.03.2017, 22:30
Zones wont show
18.03.2017, 00:40
Is this a gamemode or filterscript?
I'd recommend, use a_zones.inc, better.
https://github.com/AndreT/samp-vorte...de/a_zones.inc
Then update on your gamemode/filterscript Create3DZone(Whatever stock you create.)();
I'd recommend, use a_zones.inc, better.
https://github.com/AndreT/samp-vorte...de/a_zones.inc
Then update on your gamemode/filterscript Create3DZone(Whatever stock you create.)();
18.03.2017, 02:29
Quote:
Is this a gamemode or filterscript?
I'd recommend, use a_zones.inc, better. https://github.com/AndreT/samp-vorte...de/a_zones.inc Then update on your gamemode/filterscript Create3DZone(Whatever stock you create.)(); |
Not to mention that half the code that you've linked, is in the script he provided...
18.03.2017, 19:15
Someone help?
19.03.2017, 10:27
bbump
19.03.2017, 10:42
Hello!
You have a mistake in your code:
You forgot the "%" in format.
You have a mistake in your code:
PHP код:
forward ZTimer(playerid);
public ZTimer(playerid)
{
new zone[MAX_ZONE_NAME], zstr[30];
GetPlayer2DZone(playerid, zone, MAX_ZONE_NAME);
format(zstr,sizeof(zstr),"%s", zone);
TextDrawSetString(TDZone, zstr);
}
19.03.2017, 12:39
Thanks man

« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)