Mask System ID's
#9

Quote:
Originally Posted by rappy93
Посмотреть сообщение
GetPlayerMaskID should be a function for the above script to work.
^ Ignore him..

PHP код:
IsMasked(target)
{
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConneted(i))
        {
            if(
IsPlayerMasked[i])
            {
                    new 
MaskID GetPlayerMaskID(i);
                if(
MaskID == target) {
                         return 
i;
                    } 
Reply


Messages In This Thread
Mask System ID's - by dionisak0s - 26.06.2015, 11:55
Re: Mask System ID's - by Prokill911 - 26.06.2015, 12:10
Re: Mask System ID's - by dionisak0s - 26.06.2015, 12:17
Re: Mask System ID's - by Prokill911 - 26.06.2015, 12:29
Re: Mask System ID's - by dionisak0s - 26.06.2015, 12:44
Re: Mask System ID's - by Prokill911 - 26.06.2015, 12:46
Re: Mask System ID's - by dionisak0s - 26.06.2015, 13:31
Re: Mask System ID's - by rappy93 - 26.06.2015, 13:34
Re: Mask System ID's - by Prokill911 - 26.06.2015, 13:44
Re: Mask System ID's - by dionisak0s - 26.06.2015, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)