22.06.2010, 15:46
how i change wrong command (unknow command)for any thing i need
|
Originally Posted by OmarHassan
how i change wrong command (unknow command)for any thing i need
|
|
Originally Posted by OmarHassan
and how i enable auto view mini info bar
|
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if (PRESSED(KEY_SUBMISSION))
{
new Float:x, Float:y, Float:z; new vehicle=GetPlayerVehicleID(playerid); //forgot somehing here Niixie :)
if(IsPlayerInAnyVehicle(playerid))
{
GetVehicleVelocity(vehicle,x,y,z);
SetVehicleVelocity(vehicle,x,y,z+0.5);
}
else
{
GetPlayerVelocity(playerid, x, y, z);
SetPlayerVelocity(playerid, x, y, z +20);
}
}
return 1;
}
if (PRESSED(KEY_SUBMISSION))
if (PRESSED(KEY_JUMP))
|
Originally Posted by OmarHassan
Quote:
|
|
Originally Posted by [NWA
Hannes ]
Dont 4x post, then you will get ban instead of help Change this row: pawn Код:
pawn Код:
Quote:
|