Skripta koju koristim:Salvador Evolution RolePlay
Detaljan opis problema Kako ovo da dodam na kola od policije
Evo Slika:
http://www.zaslike.com/viewer.php?file=wm90wgb14oyvedc5bpdm.png
Na kola koja ocu da stavim kordinate
AddStaticVehicleEx(601, 1544.2725830078, -1684.3175048828, 5.8806247711182, 90, 1, 0,360230)
i kako to da upisem u ovo sta je ovaj invalid Id sta saovim nulama
CreateDynamic3DTextLabel("",COLOR_LIGHTBLUE,0.0,0.0,0.0,0,INVALID_PLAYER_ID, 0, 0);
Hitno mi treba
ko mi pomogne dobice admina
jos to mi je ostalo i za 2 dana otvaram server
[POMOC] Kako staviti na kola natpis
803
pregleda
13
postova
23. Sep. 2012.
CreateDynamic3DTextLabel("",COLOR_LIGHTBLUE,0.0,0.0,0.0,0,INVALID_PLAYER_ID, IDAUTA, 0);23. Sep. 2012.
Ovako koristi.
native Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);23. Sep. 2012.
Sad opet imam nove erore
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(582) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(64641) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(64642) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(582) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(64641) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(64642) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
24. Sep. 2012.
ficabre96 wrote on September 23, 2012, 10:31 pm:
Sad opet imam nove erore
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(582) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(64641) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(64642) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(582) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(64641) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
C:\Users\Filip Ludak\Desktop\Serveri\BG-RP Pevac\gamemodes\SE-RP.pwn(64642) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
CreateDynamic3DTextLabel - Vec imas definisano
GetPointDistanceToPointExMorph - Nigde ti se nekoristi
28. Sep. 2012.
ako nebude stavi vako pod ongamemodeinit
new vozilo= GetPlayerVehicleID(playerid)
if(MILICIJA(vozilo))
{
new Float:x,Float:y,Float:z; GetVehiclePos(c, x,y,z);
VehicleLabel = Create3DTextLabel("Milicija", 0xFF0000CC, x, y, z, 40.0, 0);
Attach3DTextLabelToVehicle(VehicleLabel,c,0,0,0);
}
new vozilo= GetPlayerVehicleID(playerid)
if(MILICIJA(vozilo))
{
new Float:x,Float:y,Float:z; GetVehiclePos(c, x,y,z);
VehicleLabel = Create3DTextLabel("Milicija", 0xFF0000CC, x, y, z, 40.0, 0);
Attach3DTextLabelToVehicle(VehicleLabel,c,0,0,0);
}
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava