Ajuda
#10

Код:
C:\Documents and Settings\Cliente\Desktop\Revolution GTA Online\SAMP 0.3 Server\filterscripts\Dash.pwn(154) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Cliente\Desktop\Revolution GTA Online\SAMP 0.3 Server\filterscripts\Dash.pwn(156) : error 055: start of function body without function header
C:\Documents and Settings\Cliente\Desktop\Revolution GTA Online\SAMP 0.3 Server\filterscripts\Dash.pwn(157) : error 010: invalid function or declaration
C:\Documents and Settings\Cliente\Desktop\Revolution GTA Online\SAMP 0.3 Server\filterscripts\Dash.pwn(160) : error 021: symbol already defined: "GetVehicleVelocity"
C:\Documents and Settings\Cliente\Desktop\Revolution GTA Online\SAMP 0.3 Server\filterscripts\Dash.pwn(237) : warning 203: symbol is never used: "X"
C:\Documents and Settings\Cliente\Desktop\Revolution GTA Online\SAMP 0.3 Server\filterscripts\Dash.pwn(237) : warning 203: symbol is never used: "Y"
C:\Documents and Settings\Cliente\Desktop\Revolution GTA Online\SAMP 0.3 Server\filterscripts\Dash.pwn(237) : warning 203: symbol is never used: "Z"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
cara de esse erro agora mais tipow esse codigo
pawn Код:
forward Speed(playerid);
public Speed(playerid);
{
    if(IsPlayerConnected(playerid) && IsPlayerInRangeOfPoint(playerid, 10, 1477.65, -1351.43, 344.05) && IsPlayerInAnyVehicle(playerid))
    {
        new Float:X, Float:Y, Float:Z;
        GetVehicleVelocity(GetPlayerVehicleID(playerid), X, Y, Z);
        SetVehicleVelocity(GetPlayerVehicleID(playerid) ,X+3.0 ,Y ,Z);
    }
onde coloco isso
eu coloquei nesse lugar
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
ta certo?
Reply


Messages In This Thread
Ajuda - by seykan - 06.03.2010, 00:39
Re: Ajuda - by Comando_DS - 06.03.2010, 02:30
Re: Ajuda - by SlashPT - 06.03.2010, 08:42
Re: Ajuda - by seykan - 06.03.2010, 11:56
Re: Ajuda - by SlashPT - 06.03.2010, 12:02
Re: Ajuda - by seykan - 06.03.2010, 12:10
Re: Ajuda - by SlashPT - 06.03.2010, 14:12
Re: Ajuda - by seykan - 06.03.2010, 15:33
Re: Ajuda - by SlashPT - 07.03.2010, 10:09
Re: Ajuda - by seykan - 20.03.2010, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)