Can anyone can explain this to me ?
#4

Quote:
Originally Posted by Avi Raj
View Post
Can you show us /point function?
PHP Code:
CMD:points(playeridparams[])
{
    new 
string[128];
    for(new 
iMAX_POINTSi++)
    {
        if (
Points[i][Type] >= 0)
        {
            
format(stringsizeof(string), "Name: %s | Owner: %s | Captured By: %s | Hours: %d",
            
Points[i][Name],Points[i][Owner],Points[i][CapperName],Points[i][Vulnerable]);
            
SendClientMessageEx(playeridCOLOR_WHITEstring);
        }
    }
    return 
1;

Reply


Messages In This Thread
Can anyone can explain this to me ? - by ChuckyBabe - 30.03.2014, 06:58
Re: Can anyone can explain this to me ? - by Avi Raj - 30.03.2014, 07:05
Re: Can anyone can explain this to me ? - by Scrillex - 30.03.2014, 07:08
Re: Can anyone can explain this to me ? - by ChuckyBabe - 30.03.2014, 07:12
Re: Can anyone can explain this to me ? - by ChuckyBabe - 30.03.2014, 07:27
Re: Can anyone can explain this to me ? - by Stanford - 30.03.2014, 07:36
Re: Can anyone can explain this to me ? - by ChuckyBabe - 30.03.2014, 07:37
Re: Can anyone can explain this to me ? - by Scrillex - 30.03.2014, 07:40
Re: Can anyone can explain this to me ? - by Stanford - 30.03.2014, 07:40
Re: Can anyone can explain this to me ? - by ChuckyBabe - 30.03.2014, 07:46
Re: Can anyone can explain this to me ? - by Stanford - 30.03.2014, 07:49
Re: Can anyone can explain this to me ? - by ChuckyBabe - 30.03.2014, 07:58

Forum Jump:


Users browsing this thread: 1 Guest(s)