Jump to content

[REZOLVAT] problema comanda /vipchat


dffikjg
 Share

Recommended Posts

Username:
Problema întălnită:

C:\Users\Sebi\Desktop\GameMode By ErrorAdv #1\gamemodes\BigZoneGM.pwn(19247) : error 079: inconsistent return types (array & non-array)
C:\Users\Sebi\Desktop\GameMode By ErrorAdv #1\gamemodes\BigZoneGM.pwn(19248) : error 079: inconsistent return types (array & non-array)
C:\Users\Sebi\Desktop\GameMode By ErrorAdv #1\gamemodes\BigZoneGM.pwn(19249) : error 079: inconsistent return types (array & non-array)
C:\Users\Sebi\Desktop\GameMode By ErrorAdv #1\gamemodes\BigZoneGM.pwn(19252) : error 001: expected token: ")", but found "["
C:\Users\Sebi\Desktop\GameMode By ErrorAdv #1\gamemodes\BigZoneGM.pwn(19252) : error 029: invalid expression, assumed zero
C:\Users\Sebi\Desktop\GameMode By ErrorAdv #1\gamemodes\BigZoneGM.pwn(19252) : warning 215: expression has no effect
C:\Users\Sebi\Desktop\GameMode By ErrorAdv #1\gamemodes\BigZoneGM.pwn(19252) : error 001: expected token: ";", but found "]"
C:\Users\Sebi\Desktop\GameMode By ErrorAdv #1\gamemodes\BigZoneGM.pwn(19252) : fatal error 107: too many error messages on one line

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


Detalii despre problemă: nu inteleg ce are, e totu pus bn 
Ce ai încercat să faci înainte să postezi?: TOT
Cod sursă (recomandat pastebin.com) : https://pastebin.com/Ym6DHdBL
Alte detalii: mss

Link to comment
Share on other sites

if(VipTimer[playerid][2] != 0)) return VipTimer(playerid, 2); - 19252

if(PlayerInfo[playerid][pVipAccount] == 0 && PlayerInfo[playerid][pAdmin] == 0) return 1; - 19247

if(vipchat[playerid] == 1) return 1; - 19248

Link to comment
Share on other sites

  • Retired

 

if(VipTimer[playerid][2] != 0) return VipTimer(playerid, 2);

if(PlayerInfo[playerid][pVipAccount] == 0 && PlayerInfo[playerid][pAdmin] == 0) return 1;

if(vipchat[playerid] == 1) return 1; 

si aia cu array-ul e de la viptimer, vezi cand l ai declarat cum l ai facut

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...