[POMOC] Glad/WC system :) Help :D

Započeo Blazey
15. Feb. 2014. Zaključano
426
pregleda
2
postova
adnan halilovic
4
Enforcer
15. Feb. 2014.
Skripta koju koristim: NL ko uvijek xd
Detaljan opis problema: Glad/wc sistem sve sam sredio ne koliko bugova,pocetnik sam uspjeh ali ovo ne znam haah 😄 Pomoc 😄
Dio skripte:

Greske ----
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12709) : warning 213: tag mismatch
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12710) : warning 213: tag mismatch
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12710) : warning 202: number of arguments does not match definition
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12711) : warning 213: tag mismatch
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12711) : warning 202: number of arguments does not match definition
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12712) : warning 213: tag mismatch
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12712) : warning 202: number of arguments does not match definition
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12713) : warning 213: tag mismatch
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12713) : warning 202: number of arguments does not match definition
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12714) : warning 213: tag mismatch
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12714) : warning 202: number of arguments does not match definition
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12715) : warning 213: tag mismatch
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12715) : warning 202: number of arguments does not match definition
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12716) : error 029: invalid expression, assumed zero
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12716) : warning 215: expression has no effect
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12716) : warning 215: expression has no effect
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12716) : error 001: expected token: ";", but found ")"
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12716) : error 029: invalid expression, assumed zero
C:\Users\Ado\Desktop\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(12716) : 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.


evo ga ta skripta ..
GladWCText = TextDrawCreate(497,100,"~r~Glad~w~: 100~n~~b~WC:~w~ 100");
    PlayerTextDrawLetterSize(GladWCText,0.349999,1.600000);
    PlayerTextDrawAlignment(GladWCText,0);
    PlayerTextDrawBackgroundColor(GladWCText,0x000000FF);
    PlayerTextDrawFont(GladWCText,2);
    PlayerTextDrawUseBox(GladWCText,0);
    PlayerTextDrawSetOutline(GladWCText,1);
    PlayerTextDrawSetProportional(,GladWCText,1);
    PlayerTextDrawSetShadow(GladWCText,0);

Neke slike/video za lakse dobivanje pomoci(neobavezno):
adnan halilovic
4
Enforcer
15. Feb. 2014.
Lenon wrote on February 15, 2014, 12:16 pm:
na vrh:
new PlayerText:GladWCText;


ovi TDovi se kreiraju pod OnPlayerConnect, stavi ovako:

GladWCText = CreatePlayerTextDraw(playerid, 497,100,"~r~Glad~w~: 100~n~~b~WC:~w~ 100");
PlayerTextDrawLetterSize(playerid, GladWCText,0.349999,1.600000);
PlayerTextDrawAlignment(playerid, GladWCText,0);
PlayerTextDrawBackgroundColor(playerid, GladWCText,0x000000FF);
PlayerTextDrawFont(playerid, GladWCText,2);
PlayerTextDrawUseBox(playerid, GladWCText,0);
PlayerTextDrawSetOutline(playerid, GladWCText,1);
PlayerTextDrawSetProportional(playerid,GladWCText,1);
PlayerTextDrawSetShadow(playerid, GladWCText,0);


ovo su "per player" TDovi i oni ti trebaju jer svakome zasebno kreiras TD da mu ocitava i prikazuje glad/wc.

Scve sam to kreirao pod onplayerspawn connect i tako dalje stockove davao i sve 🙂
Ali sada cu to da pokusa...

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha