SendClientMessage Not Working ?
#1

pawn Код:
//Reset Everything.
        KillTimer(timer);
        RemovePlayerFromVehicle(playerid);
        time = 0;
        is = 0;
        base = 0;
        //Show The Result.
        new Float:HP;
        new sss[180];
        new string[180];
        strpack(sss, Tme(time));
        GetVehicleHealth(truck, HP);
        format(string, sizeof(string), "You Passes In %s With %i Damage.", sss, floatround(HP));
        SendClientMessage(playerid, -1, string);
        //Remove The Vehicles
        DestroyVehicle(truck);
        DestroyVehicle(trailer);
        return 1;
Here the whole code is done well, Even The vehicle is destroyed.
But the message isn't sent to me ? why ?
Reply


Messages In This Thread
SendClientMessage Not Working ? - by Ahmad45123 - 18.06.2014, 20:47
Re: SendClientMessage Not Working ? - by kamiliuxliuxliux - 18.06.2014, 21:24
Re : SendClientMessage Not Working ? - by FilesMAker - 18.06.2014, 23:04
Re: SendClientMessage Not Working ? - by Ihateyou - 18.06.2014, 23:20

Forum Jump:


Users browsing this thread: 2 Guest(s)