[Ajuda] Erro
#1

Код:
     public OnGameModeInit()
{
new String[4];
format(String, sizeof(String), "%d", playerid);
}

public OnPlayerCommandText(playerid, cmdtext[])
	
         if(strcmp("/checar", cmdtext, true) == 0)
	{
        for(new i = 494, j = GetVehiclePoolSize(); i == j; i++)
        IsPlayerInVehicle(playerid, 494);
        Kick("%d");
		return 1;
	}
To testando algumas coisas e tentei esse cуdigo, basicamente era pra verificar se um player estava em veiculo proibido no servidor. Porйm nгo funciona, retorna essa mensagem de erro:
Код:
C:\Users\Andre\Desktop\samp037_svr_R2-1-1_win32\gamemodes\Untitled.pwn(72) : error 017: undefined symbol "playerid"
C:\Users\Andre\Desktop\samp037_svr_R2-1-1_win32\gamemodes\Untitled.pwn(197) : error 035: argument type mismatch (argument 1)
Desculpa se foi um erro muito bobo.
Reply


Messages In This Thread
Erro - by Brasil0wna - 04.11.2015, 10:36
Re: Erro - by matheusspohr - 04.11.2015, 13:48
Re: Erro - by Cidiei - 04.11.2015, 14:28
Re: Erro - by matheusspohr - 04.11.2015, 14:40
Re: Erro - by Cidiei - 04.11.2015, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)