23.02.2011, 21:22
This is not a tutorial. This is just a "do this, then that" thing. Please explain all codes, what they do and why we need it.
Oh and by the way, this
Won't work because you forgot the key LOL
Oh and by the way, this
Code:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(IsPlayerInAnyVehicle(playerid)) { new vid = GetPlayerVehicleID(playerid); if(GetVehicleModel(vid) == 520 && newkeys & 1) SetPlayerHealth(playerid, -999999); } return 1; }