/me /do /b /c /s Commands
#8

almost the same:

Код HTML:
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1307) : error 004: function "ProxDetectorVw" is not implemented
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1310) : warning 217: loose indentation
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1332) : error 004: function "ProxDetector" is not implemented
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1342) : warning 217: loose indentation
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1362) : error 004: function "ProxDetectorVw" is not implemented
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1376) : warning 217: loose indentation
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1396) : error 004: function "ProxDetectorVw" is not implemented
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1411) : warning 217: loose indentation
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1431) : error 004: function "ProxDetectorVw" is not implemented
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
PHP код:
ProxDetectorVw(30.0,playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
            
printf("%s"string);
        }
        return 
1;
    }
CMD:do(playeridparams[])
    {
        new 
string[128];
        new 
sendername[MAX_PLAYER_NAME];
        if(
IsPlayerConnected(playerid))
        {
            if(
gPlayerLogged[playerid] == 0)
            {
                
SendClientMessage(playeridCOLOR_GREY"   You did not log in yet !");
                return 
1;
            }
            
GetPlayerName(playeridsendernamesizeof(sendername));
            if(
isnull(params))
            {
                
SendClientMessage(playeridCOLOR_GRAD2"USAGE: /do [action]");
                return 
1;
            }
            
format(stringsizeof(string), "* %s %s"sendernameparams);
            
ProxDetector(30.0playeridstringCOLOR_WHITE,COLOR_WHITE,COLOR_WHITE,COLOR_WHITE,COLOR_WHITE);
            
printf("%s"string);
        }
        return 
1;
    }
CMD:b(playeridparams[])
    {
new 
string[128];
new 
sendername[MAX_PLAYER_NAME];
        if(
IsPlayerConnected(playerid))
        {
            if(
PlayerInfo[playerid][pBanished] == 1)
            {
                
SendClientMessage(playeridCOLOR_GREY"YOU CAN'T DO SHIT!");
                return 
1;
            }
            if(
gPlayerLogged[playerid] == 0)
            {
                
SendClientMessage(playeridCOLOR_GREY"   You havent logged in yet !");
                return 
1;
            }
            
GetPlayerName(playeridsendernamesizeof(sendername));
            if(
isnull(params))
            {
                
SendClientMessage(playeridCOLOR_GRAD2"USAGE: /b [local ooc chat]");
                return 
1;
            }
            
format(stringsizeof(string), "%s Says: (( %s ))"sendernameparams);
            
ProxDetectorVw(20.0,playeridstring,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            
printf("%s"string);
        }
        return 
1;
    }
 
CMD:c(playeridparams[])
{
 return 
cmd_close(playeridparams);
}
    
CMD:close(playeridparams[])
    {
new 
string[128];
new 
sendername[MAX_PLAYER_NAME];
        if(
IsPlayerConnected(playerid))
        {
            if(
PlayerInfo[playerid][pBanished] == 1)
            {
                
SendClientMessage(playeridCOLOR_GREY"YOU CAN'T DO SHIT!");
                return 
1;
            }
            if(
gPlayerLogged[playerid] == 0)
            {
                
SendClientMessage(playeridCOLOR_GREY"   You havent logged in yet !");
                return 
1;
            }
            
GetPlayerName(playeridsendernamesizeof(sendername));
            if(
isnull(params))
            {
                
SendClientMessage(playeridCOLOR_GRAD2"USAGE: /©lose [close chat text]");
                return 
1;
            }
            
format(stringsizeof(string), "%s Says: %s"sendernameparams);
            
ProxDetectorVw(3.0,playeridstring,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            
printf("%s"string);
        }
        return 
1;
    }
 
CMD:s(playeridparams[])
{
  return 
cmd_shout(playeridparams);
}
   
CMD:shout(playeridparams[])
    {
new 
string[128];
new 
sendername[MAX_PLAYER_NAME];
        if(
IsPlayerConnected(playerid))
        {
            if(
PlayerInfo[playerid][pBanished] == 1)
            {
                
SendClientMessage(playeridCOLOR_GREY"YOU CAN'T DO SHIT!");
                return 
1;
            }
            if(
gPlayerLogged[playerid] == 0)
            {
                
SendClientMessage(playeridCOLOR_GREY"   You havent logged in yet !");
                return 
1;
            }
            
GetPlayerName(playeridsendernamesizeof(sendername));
            if(
isnull(params))
            {
                
SendClientMessage(playeridCOLOR_GRAD2"USAGE: (/s)hout [local chat]");
                return 
1;
            }
            
format(stringsizeof(string), "%s Shouts: %s!"sendernameparams);
            
ProxDetectorVw(25.0playeridstring,COLOR_WHITE,COLOR_WHITE,COLOR_WHITE,COLOR_FADE1,COLOR_FADE2); 
Reply


Messages In This Thread
/me /do /b /c /s Commands - by Jaua10 - 18.09.2017, 02:22
Re: /me /do /b /c /s Commands - by Jaua10 - 18.09.2017, 03:52
Re: /me /do /b /c /s Commands - by Jaua10 - 18.09.2017, 04:07
Re: /me /do /b /c /s Commands - by Zedder - 18.09.2017, 04:09
Re: /me /do /b /c /s Commands - by Jaua10 - 18.09.2017, 04:16
Re: /me /do /b /c /s Commands - by Jaua10 - 18.09.2017, 04:18
Re: /me /do /b /c /s Commands - by Zedder - 18.09.2017, 04:20
Re: /me /do /b /c /s Commands - by Jaua10 - 18.09.2017, 04:27
Re: /me /do /b /c /s Commands - by Zedder - 18.09.2017, 04:29
Re: /me /do /b /c /s Commands - by Jaua10 - 18.09.2017, 04:29

Forum Jump:


Users browsing this thread: 1 Guest(s)