Posts: 17
Threads: 6
Joined: Jan 2009
Reputation:
0
Hello, who can make a car system tutorial, thanks
Posts: 459
Threads: 101
Joined: Jul 2010
Reputation:
0
Just use checkpoints as car shops and OnPlayerCheckpoint use SendClientMessage to show the car list then just make commands like /sultan etc and use the functions CreateVehicle and GivePlayerMoney(playerid,-w/e); and bang u have a car shop..
Hope this helps.
EDIT:
Also use "new bool IsPlayerInCheckpont[MAX_PLAYERS];" and IsPlayerInCheckpoint[playerid] == 0/1 for the commands so they cant just /sultan anywhere..