[HELP]Vjetpack command
#1

Command :

pawn Код:
//=============================================================================================================================================================
// = Comanda: vip Gold /vjetpack
//=============================================================================================================================================================
CMD:vjetpack(playerid, params[])
{
    new sendername[MAX_PLAYER_NAME],string[256];
    if(IsPlayerConnected(playerid))
    {
    if (PlayerInfo[playerid][pVip] >= 1)
      {
      if(takezone == 1)
      {
        SendClientMessage(playerid, 0xFF7F50AA, ""#GAlbastru"[Suceava-RPG]:{ffffff}Iti este prea lene sa iti pui jetpack !");
        return 1;
      }
      else
      {
         SendClientMessage(playerid, 0xFF7F50AA, ""#GAlbastru"[Suceava-RPG]:{ffffff}Ai jetpack acum !");
         GivePlayerWeapon(playerid, 370, 9999);
         SetPlayerSpecialAction(playerid,2);
         return 1;
      }
      }
      else
      {
         SendClientMessage(playerid,0xFF0000AA,"Nu poti folosi aceasta comanda!");
         return 1;
      }
      }
    return 1;
}
Errors :
pawn Код:
D:\samp03\gamemodes\GameFront.pwn(49872) : error 029: invalid expression, assumed zero
D:\samp03\gamemodes\GameFront.pwn(49872) : error 017: undefined symbol "cmd_vjetpack"
D:\samp03\gamemodes\GameFront.pwn(49872) : error 029: invalid expression, assumed zero
D:\samp03\gamemodes\GameFront.pwn(49872) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
line is : CMD:vjetpack(playerid, params[])
Reply


Messages In This Thread
[HELP]Vjetpack command - by Kirchhoff - 21.05.2013, 08:17
Re: [HELP]Vjetpack command - by DobbysGamertag - 21.05.2013, 08:25
Re: [HELP]Vjetpack command - by Kirchhoff - 21.05.2013, 08:27
Re: [HELP]Vjetpack command - by BenTaylorUK - 21.05.2013, 08:42
Re: [HELP]Vjetpack command - by Kirchhoff - 21.05.2013, 08:48
Re: [HELP]Vjetpack command - by edzis84 - 21.05.2013, 09:23

Forum Jump:


Users browsing this thread: 1 Guest(s)