SA-MP Forums Archive
help commands vehicle - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help commands vehicle (/showthread.php?tid=495381)



help commands vehicle - 26_RUSSS - 17.02.2014

checks to help make the team did not use the car so for example team
Код:
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
	{
		// Do something here
		return 1;
	}



Re: help commands vehicle - tysanio - 17.02.2014

Well your code is interesting...

What you want to do?