Help with chekpoint!
#3

if(CPS_IsPlayerInCheckpoint(playerid, cpcoprefill))// COP Refill Point At LVPD
{
if(!IsPlayerInAnyVehicle(playerid))
{
if(gTeam[playerid] == COP)
{
GivePlayerWeapon(playerid, 22,200);
GivePlayerWeapon(playerid, 25,200);
GivePlayerWeapon(playerid, 32,1600);
GivePlayerWeapon(playerid, 3,0);
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);
SendClientMessage(playerid,0x20B2AAAA,"You Received All Free Weapons From COP Refill Point.");
SendClientMessage(playerid,0x20B2AAAA,"Your Health And Armour Has Been Refilled.");
return 1;
}
SendClientMessage(playerid,COLOR_RED,"This Is Cops Refill Point You Are Not A COP");
return false;
}
}
Reply


Messages In This Thread
Help with chekpoint! - by virusa1 - 23.12.2014, 16:07
Re: Help with chekpoint! - by nezo2001 - 23.12.2014, 16:11
Re: Help with chekpoint! - by rashidkhoso37 - 23.12.2014, 16:54
Re: Help with chekpoint! - by virusa1 - 23.12.2014, 17:35

Forum Jump:


Users browsing this thread: 1 Guest(s)