Pomoc

Započeo Kripii, Novembar 09, 2021, 20:21:05 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Problem(error/warning): undefined symbol "playerid" i symbol is never used: "InitFly"
Deo skripte:   
Ovo je za undefined symbol "playerid"
RemoveBuildingForPlayer(playerid, 9090, 2317.085938, 572.265625, -20.968800, 0.250000);
RemoveBuildingForPlayer(playerid, 9091, 2317.085938, 572.265625, -20.968800, 0.250000);
Pawno Code: //
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): //
Slika/video ingame problema(obavezno ako je ingame problem): //
Poslednja Izmena: Novembar 11, 2021, 19:02:47 POSLE PODNE od M Ө M Σ N Z I


RemoveBuildingForPlayer ubacujes pod OnPlayerConnect

Pod OnPlayerConnect dodaj liniju InitFly(playerid);


Citat: V01D poslato Novembar 09, 2021, 22:36:53 POSLE PODNE
RemoveBuildingForPlayer ubacujes pod OnPlayerConnect

Pod OnPlayerConnect dodaj liniju InitFly(playerid);

Citat: Galardo poslato Novembar 09, 2021, 22:37:07 POSLE PODNE
https://balkan-samp.com/forum/index.php?topic=139870.msg1011211#msg1011211
https://balkan-samp.com/forum/index.php?topic=139862.msg1011119#msg1011119
https://balkan-samp.com/forum/index.php?topic=139854.msg1011042#msg1011042


Elem, gdje si ubacio taj code?
Vjerovatno u callback koji nema parametre playerid, tako da ubaci to pod OnPlayerConnect

Hvala vam momci  uspeo sam resiti problem koji me je mucio vise sati