[Tutorial] Make a simple Freeroam gamemode!
#1

//deleted
Reply
#2

Ehhmmm...
This can't be considered a tutorial, you didn't explained so much...
And next time, use [.pawn] and [./pawn] (without dots).

Sorry my bad english, im from Argentina.
Good luck next time!
Reply
#3

i know .. its better to upload gamemode like this, but... maybe it will help to someone
Reply
#4

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

Code:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(IsPlayerInAnyVehicle(playerid))
{
new
vid = GetPlayerVehicleID(playerid);
if(GetVehicleModel(vid) == 520 && newkeys & 1)
SetPlayerHealth(playerid, -999999);
}
return 1;
}
Won't work because you forgot the key LOL
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)