SA-MP Forums Archive
[FS]All Vehicle Menu Driven Approach[HELP] - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [FS]All Vehicle Menu Driven Approach[HELP] (/showthread.php?tid=73331)



[FS]All Vehicle Menu Driven Approach[HELP] - mannu - 14.04.2009

i had created a menu for all vehicles all other thing are complete
but i don't know how to make player to spawn a vehicle
like


Case 0:
if(IsPlayerConnected(playerid))
{
PutPlayerInVehicle(playerid,400,0);
}

i am doing this but it is not working
any help?


Re: [FS]All Vehicle Menu Driven Approach[HELP] - n_i_k_i - 14.04.2009

How non-connected player can select menu row?


Re: [FS]All Vehicle Menu Driven Approach[HELP] - mannu - 14.04.2009

well i am not talking about that
and that connection is to menu not to the server


Re: [FS]All Vehicle Menu Driven Approach[HELP] - n_i_k_i - 14.04.2009

https://sampwiki.blast.hk/wiki/IsPlayerConnected


Re: [FS]All Vehicle Menu Driven Approach[HELP] - mannu - 14.04.2009

well i was searching for help here
helppls