Advertisement
Guest User

Warrning+cod sursa la fiecare

a guest
Nov 28th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Salut, am niste warrning-uri si nu stiu sa le rezolv.
  2.  
  3. warning 213: tag mismatch
  4.  
  5. stock have_apartament(playerid) {
  6.     for(new i = 1; i < 25; i++) {
  7. Aici e primul linia : 16652    if(apartamentInfo[i][apUser] == PlayerInfo[playerid][i]) return i;
  8.     }
  9.     return -1;
  10. }
  11.  
  12. warning 213: tag mismatch
  13.  
  14.           Linia 16724 :  apartamentInfo[i][apUser] = PlayerInfo[playerid][i];
  15.             format(apartamentInfo[i][apOwner], 32, GetName(playerid));
  16.  
  17. warning 202: number of arguments does not match definition
  18.  
  19. Linia: 16731 GetPlayerMoney(playerid, -apartamentInfo[i][apValue]);
  20.  
  21. pwn(16806) : warning 202: number of arguments does not match definition
  22.  
  23.  GetPlayerCash(playerid, -GetPVarInt(playerid, "money"));
  24.  
  25. pwn(16807) : warning 202: number of arguments does not match definition
  26.  
  27. GetPlayerCash(id, GetPVarInt(playerid, "money"));
  28.  
  29. pwn(16809) : warning 213: tag mismatch
  30.  
  31. apartamentInfo[i][apUser] = PlayerInfo[playerid][i];
  32.  
  33. pwn(16837) : warning 202: number of arguments does not match definition
  34.  
  35. GetPlayerCash(playerid, 5000000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement