Jump to content

Ajutor erori nu le pot da de cap


Zenit

Recommended Posts

Salut , am niste probleme cu erorile si nu le pot da de cap

Acestea sunt erorile : 

RPG\gamemodes\GM.pwn(6122) : warning 215: expression has no effect
D:\gamemodes\GM.pwn(6123) : warning 215: expression has no effect
D:\gamemodes\GM.pwn(6124) : warning 215: expression has no effect
D:\gamemodes\GM.pwn(6125) : warning 215: expression has no effect
D:\gamemodes\GM.pwn(6126) : warning 215: expression has no effect
D:\gamemodes\GM.pwn(6127) : warning 215: expression has no effect
D:\gamemodes\GM.pwn(6110) : warning 204: symbol is assigned a value that is never used: "slot"
D:\gamemodes\GM.pwn(9399) : error 004: function "SetPlayerToTeamColorVip" is not implemented
D:\gamemodes\GM.pwn(9677) : error 028: invalid subscript (not an array or too many subscripts): "BusCallTime"
D:\gamemodes\GM.pwn(9677) : warning 215: expression has no effect
D:\gamemodes\GM.pwn(9677) : error 001: expected token: ";", but found "]"
D:\gamemodes\GM.pwn(9677) : error 029: invalid expression, assumed zero
D:\gamemodes\GM.pwn(9677) : fatal error 107: too many error messages on one line

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


7 Errors.

 

9677 -  else if(BusCallTime[playerid] > 0 && BusAccepted[playerid] < 999

9399 -  SetPlayerToTeamColorVip(playerid);

6110 -  new skin,count,slot = GetEmptySlot(playerid)

 

Restul liniilor vi le dau pe rand deoarece nu le pot posta pe toate deodate din cauza ca s-ar putea sa nu intelegi mai nimic din acele liniii , si le voi posta pe care mi le cereti prin reply , sper sa ma puteti ajuta , multumesc !!

 

Link to comment
Share on other sites

else if(BusCallTime[playerid] > 0 &&  BusAccepted[playerid] < 999)

 SetPlayerToTeamColorVip(playerid);

new skin,count,slot = GetEmptySlot(playerid);

Cauta asta in GM SetPlayerToTeamColorVip probabil nu ai creat funtia sau publicul/stockul

 

Edited by Mister

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

  • Джо locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.