04.02.2014, 04:48
pawn Код:
new String[128]; // Imma use string size 128
format(String, sizeof String("This vehicle is owned by %s", vData[vehicleid][pOwner]); // Im going to use vData[vehicleid][pOwner] as a example
SendClientMessage(playerid, 0xFF0000, String);
then just calling them from the enum..
Edit: didnt see the ejection from vehicle:
https://sampwiki.blast.hk/wiki/RemovePlayerFromVehicle
and check out enums:
https://sampwiki.blast.hk/wiki/Keywords:Initialisers#enum