Can't see whats Wrong
#4

here you go... tell me if there anything wrong!
pawn Код:
CMD:flame(playerid,params[])
    {
        new player, Float:Pos[3];
        if(sscanf(params,"u", player)) return SendClientMessage(playerid,COLOR_RED,"USAGE: /flame [playerid]");
        if(!IsPlayerConnected(player)) return SendClientMessage(playerid,COLOR_RED,"That Player Is Not Online !");
        if(IsPlayerAdmin(playerid));
        {
            new Float:x, Float:y, Float:z;
                        GetPlayerPos(player, x, y, z);
            CreateExplosion(x, y, z, 12, 5);
            SendClientMessage(player,COLOR_RED,"Your have Been Blow away");
            SendClientMessage(playerid,COLOR_BLUE,"Your have Blow up a Player");
        }
            else
            {
                   SendClientMessage(playerid,COLOR_RED,"your are not an admin");
            }
    }
Reply


Messages In This Thread
Can't see whats Wrong - by Basker101 - 13.04.2011, 20:52
Re: Can't see whats Wrong - by airsoft - 13.04.2011, 21:00
Re: Can't see whats Wrong - by Basker101 - 13.04.2011, 21:08
Re: Can't see whats Wrong - by omer5198 - 13.04.2011, 21:11
Re: Can't see whats Wrong - by airsoft - 13.04.2011, 21:12
Re: Can't see whats Wrong - by Basker101 - 13.04.2011, 21:16
Re: Can't see whats Wrong - by omer5198 - 13.04.2011, 21:17
Re: Can't see whats Wrong - by austin070 - 13.04.2011, 21:18
Re: Can't see whats Wrong - by Basker101 - 13.04.2011, 21:21
Re: Can't see whats Wrong - by austin070 - 13.04.2011, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)