How to make this CMD For SWAT??
#5

Код:
dcmd_spike(playerid,params[])
{
    #pragma unused params
    if(GetPlayerSkin(playerid) != 285) return false;//This would show something like SERVER: Invalid Command
    new Float:plocx,Float:plocy,Float:plocz,Float:ploca;
    GetPlayerPos(playerid, plocx, plocy, plocz);
    GetPlayerFacingAngle(playerid,ploca);
    CreateSpike(plocx,plocy,plocz,ploca);
    SendClientMessage(playerid, -1, "/rspike to Remove This");
    return 1;
}
My bad.
Reply


Messages In This Thread
How to make this CMD For SWAT?? - by Thanks - 15.12.2016, 13:06
Re: How to make this CMD For SWAT?? - by ISmokezU - 15.12.2016, 13:36
Re: How to make this CMD For SWAT?? - by iLearner - 15.12.2016, 13:40
Re: How to make this CMD For SWAT?? - by Thanks - 15.12.2016, 13:44
Re: How to make this CMD For SWAT?? - by ISmokezU - 15.12.2016, 13:47
Re: How to make this CMD For SWAT?? - by iLearner - 15.12.2016, 13:47
Re: How to make this CMD For SWAT?? - by Thanks - 15.12.2016, 13:54
Re: How to make this CMD For SWAT?? - by ISmokezU - 15.12.2016, 14:04
Re: How to make this CMD For SWAT?? - by Thanks - 15.12.2016, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)