SA-MP Forums Archive
Need help /v list - 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: Need help /v list (/showthread.php?tid=448379)



Need help /v list - showarn - 04.07.2013

Hello i need help with my command i dont now how to create it so i ask here. so here it how it shall work /v list and all my owned vehicles should be in a list there but i dont now how to create it please help



Код:
	if(strcmp(x_job,"list",true) == 0)
			{
                if (!IsPlayerInAnyVehicle(playerid))
                {
					SendClientMessage(playerid,COLOR_RED," Owned cars !");
                    return 1;
                }
			}



Re: Need help /v list - showarn - 04.07.2013

bump