Posts: 140
	Threads: 17
	Joined: May 2010
	
Reputation: 
0
	 
 
	
	
		CreateBusiness("TestBiz",1568.4197,-1895.1803,13.2195, 13337, 10000, 100);
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 517
	Threads: 22
	Joined: Mar 2010
	
Reputation: 
0
	 
 
	
	
		After following this tutorial ( I'm trying to get more used to arrays/Multidimensional arrays, hence my Hire System FS ) I remembered that OnFilterScriptInit is not called when you use /rcon gmx, so the pickup will not appear next time, Nor is OnPlayerConnect ( I don't think ) hense throwing the making a buisness for every playerid out the window, Any idea on a solution?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,029
	Threads: 96
	Joined: May 2010
	
Reputation: 
0
	 
 
	
	
		Lol, I better make my own biz script then bumping my head with this one lol
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 204
	Threads: 59
	Joined: Aug 2010
	
Reputation: 
0
	 
 
	
	
		lots of bugs for me, when i pickup an icon it dissapears and shows no gametext, only one shows gametext and its the wrong business, the earning doesnt combine if i buy a 10000 earning prop and then i buy a 2000 earning prop my curernt earning will be 2000 and if i type /buy while not in a pickup it returns 0(Unknown command)
Sorry
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 29
	Threads: 5
	Joined: Mar 2010
	
Reputation: 
0
	 
 
	
	
		is it possible to run two races at the same time?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 704
	Threads: 118
	Joined: Sep 2010
	
Reputation: 
0
	 
 
	
	
		Pickups didnt working. When u come to it, its just delete, and respawn, after 30sec.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 284
	Threads: 50
	Joined: Jan 2010
	
Reputation: 
0
	 
 
	
	
		To fix the disapearing icon just change AddStaticPickup(1272, 13, XPos, YPos, ZPos, -1); to AddStaticPickup(1272, 1, XPos, YPos, ZPos, -1);
its cuz of the type, idk how to fix the gametext one but i rly need it :/
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 752
	Threads: 87
	Joined: Jul 2010
	
Reputation: 
0
	 
 
	
	
		Very nice tut i learnt alot about %s %d etc and how you set them to say the correct line. thanks alot man!.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,726
	Threads: 85
	Joined: Jul 2010
	
Reputation: 
0
	 
 
	
	
		Indentation could be better, nice.