08.03.2012, 11:32
(
Last edited by Rohan_Ubhare; 13/12/2014 at 05:59 PM.
)
EDIT: I fixed it.
// MISSILES
sam1 = AddStaticSAM(354.4741,2028.2898,26.1254);
sam2 = AddStaticSAM(188.2001,2081.6643,26.1713);
sam3 = AddStaticSAM(15.6897,1718.8661,26.1074);
sam4 = AddStaticSAM(237.7682,1696.7734,26.1345);
SAM_start();
// END OF MISSILES
{
if(!(PlayerInfo[playerid][pAdmin] >= 2))
return SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use this command!");
ResetVehicleNeon(GetPlayerVehicleID(playerid));
SendClientMessage(playerid, COLOR_LIGHTBLUE,"Neons has been removed from the vehicle!");
}
}
ResetVehicleNeon(GetPlayerVehicleID(playerid));
if(IsPlayerInAnyVehicle(playerid))
}
ResetVehicleNeon(GetPlayerVehicleID(playerid));
if(IsPlayerInAnyVehicle(playerid))
forward OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost);
C:\Windows.old\Documents and Settings\Rohan\Desktop\backup\gamemodes\xrp.pwn(2574) : error 001: expected token: ";", but found "public"