Which ? (PAWN Public ws New Public)
#1

Hi.
Which is more reliable / efficient / useful / faster ?

Code:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(IsPlayerInAnyVehicle(playerid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER){
// Something(Codes)
}
return 1;
}
Code:
public BlahBlahBlah(playerid)
{
if(IsPlayerInAnyVehicle(playerid)){
// Something(Codes)
}
return 1;
}
Reply


Messages In This Thread
Which ? (PAWN Public ws New Public) - by ProRakNet - 25.04.2016, 18:45
Re: Which ? (PAWN Public ws New Public) - by CodeStyle175 - 25.04.2016, 19:00
Re: Which ? (PAWN Public ws New Public) - by iKevin - 25.04.2016, 19:07
Re: Which ? (PAWN Public ws New Public) - by ProRakNet - 25.04.2016, 19:29
Re: Which ? (PAWN Public ws New Public) - by ProRakNet - 25.04.2016, 19:33
Re: Which ? (PAWN Public ws New Public) - by CodeStyle175 - 25.04.2016, 22:35
Re: Which ? (PAWN Public ws New Public) - by Mauzen - 25.04.2016, 22:46
Re: Which ? (PAWN Public ws New Public) - by introzen - 26.04.2016, 07:41
Re: Which ? (PAWN Public ws New Public) - by ProRakNet - 26.04.2016, 09:19

Forum Jump:


Users browsing this thread: 1 Guest(s)