Mask System ID's
#6

Quote:
Originally Posted by dionisak0s
Посмотреть сообщение
pawn Код:
IsMasked(playerid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConneted(i))
        {
            if(IsPlayerMasked[playerid])
            {
                if(GetPlayerMaskID(playerid) ==
No idea what to do then lol
PHP код:
IsMasked(target)
{
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConneted(i))
        {
            if(
IsPlayerMasked[i])
            {
                if(
GetPlayerMaskID(target)) {
                         return 
target;
                    } 
that's an example
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)