SendClientMessage Bug
#8

Quote:
Originally Posted by Iron3man
Посмотреть сообщение
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(IsPlayerAdmin(playerid))
    {
        if(!strcmp("/daoveh", cmdtext, true))
        {
            for(new i=1;i<=MAX_VEHICLES;i++)
            for(new eject=1;eject<=MAX_PLAYERS;eject++)
            {
                RemovePlayerFromVehicle(eject);
                DestroyVehicle(i);
            }
            new adminame[128];
            GetPlayerName(playerid, adminame, sizeof(adminame));
            format(adminame, 128, "ADMIN: %s Has Destroy All Vehciles ! ", adminame);
            SendClientMessageToAll(0xFFFF00AA, adminame);
        }
        
    }
    return 1;
}
Omg dumb, it's already fixed...

EDIT: Good job guys, abuse the rep- because I call him dumb. How many times have you been called dumb? You've never been called dumb? And if you do, you've been called dumb when there was not a -rep system to give to the other... Get a life guys..
Reply


Messages In This Thread
SendClientMessage Bug - by Guest123 - 08.04.2013, 12:13
Re: SendClientMessage Bug - by Private200 - 08.04.2013, 12:16
Re: SendClientMessage Bug - by HurtLocker - 08.04.2013, 12:17
Re: SendClientMessage Bug - by thefatshizms - 08.04.2013, 12:21
Re: SendClientMessage Bug - by Guest123 - 08.04.2013, 12:21
Re: SendClientMessage Bug - by Private200 - 08.04.2013, 12:24
Re: SendClientMessage Bug - by Iron3man - 08.04.2013, 12:28
Re: SendClientMessage Bug - by Private200 - 08.04.2013, 12:35

Forum Jump:


Users browsing this thread: 1 Guest(s)