[Off] Vejam como estб ficando [ video ]
#6

Quote:
Originally Posted by Ermanhaut
Посмотреть сообщение
mano to tentando fazer um codigo que permita o player entrar no carro se estiver escrito ninguem na pasta do carro, mas ta dando um erro desgraзado que eu n consigo resolver


Код:
public OnPlayerStateChange(playerid, newstate, oldstate) // Nгo ta funcionando
{
	if (newstate == PLAYER_STATE_DRIVER)
	{
	 	for(new i = 0; i < MAX_VEHICLES; ++i)
	    {
			if(strcmp(cInfo[i][cDono], GetNome(playerid)) == 0) // verificar se o player й dono do carro
			{
				RemovePlayerFromVehicle(playerid);
				SendClientMessage(playerid, -1, "Vocк nгo й o dono deste carro");
			}
			else
			{
//				format(cInfo[i][cDono], 25, "%s", DOF2_GetString(arquivo_hcarro, "Dono"));
				if(strcmp(cInfo[i][cDono] == "Ninguem") // se o carro nгo tiver dono poode entrar ?
				{
			
				}
			}break;
		}
	}
    return 1;
}


C:\Users\Lucas\Desktop\samp037_svr_R2-1-1_win32\gamemodes\HS.pwn(438) : error 033: array must be indexed (variable "-unknown-")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
ajuda por favor pela ultima vez !
Reply


Messages In This Thread
Vejam como estб ficando [ video ] - by Duun - 22.10.2018, 20:23
Re: Vejam como estб ficando [ video ] - by Ermanhaut - 22.10.2018, 20:41
Re: Vejam como estб ficando [ video ] - by Duun - 22.10.2018, 21:24
Re: Vejam como estб ficando [ video ] - by Duun - 22.10.2018, 21:56
Re: Vejam como estб ficando [ video ] - by Ermanhaut - 22.10.2018, 22:18
Re: Vejam como estб ficando [ video ] - by Duun - 22.10.2018, 22:26
Re: Vejam como estб ficando [ video ] - by Duun - 22.10.2018, 22:54
Re: Vejam como estб ficando [ video ] - by Malandrin - 22.10.2018, 23:32
Re: Vejam como estб ficando [ video ] - by GSantana - 22.10.2018, 23:39
Re: Vejam como estб ficando [ video ] - by Duun - 23.10.2018, 00:00

Forum Jump:


Users browsing this thread: 1 Guest(s)