add nos
#3

Quote:
Originally Posted by Zero[S
]
Код:
//givenos
	if(strcmp(cmd, "/givenos", true) == 0)
	{
		if(IsPlayerConnected(playerid))
		{
			if (PlayerInfo[playerid][pAdmin] >= 1)
			{
				new vehicleid;
				vehicleid = GetPlayerVehicleID(playerid);
				AddVehicleComponent(vehicleid, 1010);
				SendClientMessage(playerid,COLOR_YELLOW,"Dodali ste NOS u vozilo.");
		 	}
			else
			{
				SendClientMessage(playerid,COLOR_GREY, "Niste Admin !");
			 	return 1;
			}
		}
	}
Код:
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(2) : error 010: invalid function or declaration
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(4) : error 010: invalid function or declaration
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(6) : error 010: invalid function or declaration
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(9) : error 010: invalid function or declaration
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(11) : error 010: invalid function or declaration
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(12) : error 054: unmatched closing brace ("}")
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(13) : error 010: invalid function or declaration
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(16) : error 010: invalid function or declaration
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(19) : warning 203: symbol is never used: "vehicleid"
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(19) : error 013: no entry point (no public functions)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


9 Errors.
Reply


Messages In This Thread
add nos - by Abraham2nd - 16.06.2010, 11:27
Re: add nos - by Zero[S] - 16.06.2010, 11:28
Re: add nos - by Abraham2nd - 16.06.2010, 11:30
Re: add nos - by MadeMan - 16.06.2010, 11:31
Re: add nos - by Abraham2nd - 16.06.2010, 11:33
Re: add nos - by DJDhan - 16.06.2010, 11:33
Re: add nos - by Abraham2nd - 16.06.2010, 11:40
Re: add nos - by Abraham2nd - 16.06.2010, 11:53
Re: add nos - by MadeMan - 16.06.2010, 12:02
Re: add nos - by Abraham2nd - 16.06.2010, 12:10

Forum Jump:


Users browsing this thread: 2 Guest(s)