Points giving rep
#5

pawn Код:
if(strcmp(cmd,"/points",true)==0)
    {
        for(new i; i < MAX_POINTS; i++)
        {
            if (Points[i][Type] >= 0)
            {
                format(string, sizeof(string), "Name: %s | Owner: %s | Captured By: %s | Hours: %d",
                PlayerName(targetid),PlayerName(playerid),PlayerName(playerid),ptime);///Mistake was here
                SendClientMessage(playerid, COLOR_WHITE, string);
            }
        }
        return 1;
    }
Reply


Messages In This Thread
Points giving rep - by iBots - 14.12.2013, 14:07
Re: Points giving rep - by FahadKing07 - 14.12.2013, 14:17
Re: Points giving rep - by iBots - 14.12.2013, 14:40
Re: Points giving rep - by iFiras - 14.12.2013, 14:48
Re: Points giving rep - by FahadKing07 - 14.12.2013, 14:49
Re: Points giving rep - by iBots - 14.12.2013, 15:03
Re: Points giving rep - by iBots - 14.12.2013, 15:21
Re: Points giving rep - by iBots - 14.12.2013, 16:44
Re: Points giving rep - by iBots - 15.12.2013, 09:31
Re: Points giving rep - by iBots - 16.12.2013, 13:41

Forum Jump:


Users browsing this thread: 4 Guest(s)