Invalid function or declaration
#3

Same shit Maybe this script is bad?

Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(PlayerInfo[playerid][pVip] == 1)
    if (newkeys == KEY_FIRE)
	if(IsPlayerInAnyVehicle(playerid))
 {
		new Float:X,Float:Y,Float:Z;
		GetVehicleVelocity(GetPlayerVehicleID(playerid), X, Y, Z);
        SetVehicleVelocity(GetPlayerVehicleID(playerid), X * 1.6, Y * 1.6, Z * 1.6);
    }
Reply


Messages In This Thread
Invalid function or declaration - by Louris - 08.12.2012, 11:29
Re: Invalid function or declaration - by Konstantinos - 08.12.2012, 11:32
Re: Invalid function or declaration - by Louris - 08.12.2012, 11:35
Re: Invalid function or declaration - by Konstantinos - 08.12.2012, 11:45
Re: Invalid function or declaration - by Louris - 08.12.2012, 11:54
Re: Invalid function or declaration - by Konstantinos - 08.12.2012, 11:58
Re: Invalid function or declaration - by Louris - 08.12.2012, 12:01
Re: Invalid function or declaration - by Konstantinos - 08.12.2012, 12:37
Re: Invalid function or declaration - by Louris - 08.12.2012, 12:46

Forum Jump:


Users browsing this thread: 1 Guest(s)