08.03.2010, 17:53
You need to make a simple /exit command.
Add following code:
You can also make this work with a key so when you press CTRL or something you exit
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
Add following code:
Код:
if (strcmp("/exit", cmdtext, true, 10) == 0) { RemovePlayerFromVehicle(playerid); return 1; }
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange