[POMOC]AdminVozilo


Započeo Sef, Jul 08, 2016, 12:42:05 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Sef

*

Skripta koju koristim:UP
Detaljan opis problema:Sredjivao sam nesto za vozila i ovo se zbugalo a nisam ni dirao
Dio skripte:
C:\Users\karan\Desktop\Fusion Gaming\gamemodes\EGaming.pwn(14570) : error 012: invalid function call, not a valid address
C:\Users\karan\Desktop\Fusion Gaming\gamemodes\EGaming.pwn(14570) : warning 215: expression has no effect
C:\Users\karan\Desktop\Fusion Gaming\gamemodes\EGaming.pwn(14570) : error 001: expected token: ";", but found ")"
C:\Users\karan\Desktop\Fusion Gaming\gamemodes\EGaming.pwn(14570) : error 029: invalid expression, assumed zero
C:\Users\karan\Desktop\Fusion Gaming\gamemodes\EGaming.pwn(14570) : fatal error 107: too many error messages on one line


    if(AdminVozilo(c))
	    {
	        GetVehiclePos(c, x,y,z);
	        format(vehstring,sizeof(vehstring),"[ ADMIN VOZILO ]");
	        VehicleLabel[c] = Create3DTextLabel(vehstring, 0x00C0FFFF, x, y, z, 20, 0, 1);
	        Attach3DTextLabelToVehicle(VehicleLabel[c],c,0,0,0);
	        SetVehicleNumberPlate(c, "ADMIN");
		}

a 14570 linija
    if(AdminVozilo(c))

Neke slike/video za lakse dobivanje pomoci(neobavezno)://
Life Quotes:
"Successful people do what unsuccessful people are not willing to do. Don't wish it were easier; wish you were better."

“To learn something new, you need to try new things and not be afraid to be wrong.”

daj liniju 14569

My Bike KTM 450 SXF 2008

Sef

*

4 linije unazad    
for(new c = 0; c < MAX_VEHICLES; c++)
	{
	    new vehstring[128];
		new Float:x,Float:y,Float:z;
Life Quotes:
"Successful people do what unsuccessful people are not willing to do. Don't wish it were easier; wish you were better."

“To learn something new, you need to try new things and not be afraid to be wrong.”

Kako si definisao to AdminVozilo