Zones wont show
#1

When i spawn, zones doesn't want to show.. Check the code...

CODE:
http://pastebin.com/mUUnLiEq
Reply
#2

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

Quote:
Originally Posted by fatlirmorina
Посмотреть сообщение
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.)();
Are you aware that what you've linked to doesn't do what the user is trying to do?

Not to mention that half the code that you've linked, is in the script he provided...
Reply
#4

Someone help?
Reply
#5

bbump
Reply
#6

Hello!

You have a mistake in your code:
PHP код:
forward ZTimer(playerid);
public 
ZTimer(playerid)
{
    new 
zone[MAX_ZONE_NAME], zstr[30];
    
GetPlayer2DZone(playeridzoneMAX_ZONE_NAME);
    
format(zstr,sizeof(zstr),"%s"zone);
    
TextDrawSetString(TDZonezstr);

You forgot the "%" in format.
Reply
#7

Thanks man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)