11.08.2016, 16:22
Ok, so before I begin, keep in mind that ive done 0 scripting since 2012 lol. Im just coming back into it. That being said,
Im trying to test a theory with this. Basically when you enter the specified Dodo (ID 81) the server should send a message telling you that this is your tail number. Simple right? Apparently not for me. When i enter the vehicle, nothing happens. Im not really sure what im missing here. any SERIOUS, help would be appreciated. Thank you.
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { if(GetPlayerVehicleID(playerid) == 81) { SendClientMessage(playerid, COLOR_YELLOW, "Your Tail Number is EA-6833"); }