[Ajuda] Retirar Player do Veнculo
#6

PQP.

Код:
C:\Documents and Settings\Geral\Meus documentos\Downloads\MAURICIO\samp03e_svr_R2_win32\gamemodes\TESTEGANGS2.pwn(133) : warning 211: possibly unintended assignment
C:\Documents and Settings\Geral\Meus documentos\Downloads\MAURICIO\samp03e_svr_R2_win32\gamemodes\TESTEGANGS2.pwn(135) : warning 211: possibly unintended assignment
C:\Documents and Settings\Geral\Meus documentos\Downloads\MAURICIO\samp03e_svr_R2_win32\gamemodes\TESTEGANGS2.pwn(135) : warning 211: possibly unintended assignment
C:\Documents and Settings\Geral\Meus documentos\Downloads\MAURICIO\samp03e_svr_R2_win32\gamemodes\TESTEGANGS2.pwn(135) : error 022: must be lvalue (non-constant)
C:\Documents and Settings\Geral\Meus documentos\Downloads\MAURICIO\samp03e_svr_R2_win32\gamemodes\TESTEGANGS2.pwn(135) : error 022: must be lvalue (non-constant)
C:\Documents and Settings\Geral\Meus documentos\Downloads\MAURICIO\samp03e_svr_R2_win32\gamemodes\TESTEGANGS2.pwn(135) : warning 215: expression has no effect
C:\Documents and Settings\Geral\Meus documentos\Downloads\MAURICIO\samp03e_svr_R2_win32\gamemodes\TESTEGANGS2.pwn(135) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Geral\Meus documentos\Downloads\MAURICIO\samp03e_svr_R2_win32\gamemodes\TESTEGANGS2.pwn(135) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    new vid = GetPlayerVehicleID(playerid);
	if(newstate = PLAYER_STATE_DRIVER)
	{
    	if(vid = GroveCars[0] || vid = GroveCars[1] || vid = GroveCars[2] || GroveCars[3] || GroveCars[4] || GroveCars[5] || GroveCars[6])
    	{
        	if(pDados[playerid][Grove] == 1)
        	{
             	// Funзгo ao ser da grove o player
        	}
        	else
        	{
             	RemovePlayerFromVehicle(playerid);
        	}
	}
	return 1;
}
OnPlayerStateChange = Linha 130.
Reply


Messages In This Thread
Retirar Player do Veнculo - by [THs]ShadoW - 05.12.2012, 16:15
Re: Retirar Player do Veнculo - by FleXx_01 - 05.12.2012, 16:21
Re: Retirar Player do Veнculo - by [THs]ShadoW - 05.12.2012, 16:31
Re: Retirar Player do Veнculo - by Maklister - 05.12.2012, 16:49
Re: Retirar Player do Veнculo - by FleXx_01 - 05.12.2012, 16:59
Re: Retirar Player do Veнculo - by [THs]ShadoW - 05.12.2012, 17:02
Re: Retirar Player do Veнculo - by Maklister - 05.12.2012, 17:26
Re: Retirar Player do Veнculo - by [THs]ShadoW - 05.12.2012, 17:40
Re: Retirar Player do Veнculo - by lukas_loky - 05.12.2012, 17:48

Forum Jump:


Users browsing this thread: 5 Guest(s)