[Ajuda] ajuda
#5

Quote:
Originally Posted by Kimossab
Посмотреть сообщение
pawn Код:
new Float:x, Float:y, Float:z;
    if(IsPlayerInRangeOfPoint(playerid, 10.0, x,y,z))
   
{
    GetVehiclePos(GetPlayerVehicleID(playerid), x,y,z);
A sйrio? a sйrio? Tu crias as variбveis, nao lhes das valores e vais ver se o jogador estб perto do ponto e sу depois vais por valores nas variбveis? Tens que usar o GetVehiclePos antes do if...
jб fiz faz tempo, mais mesmo assim ainda nгo ta fucinando o cуdigo dentro do jogo.

Код:
CMD:colocar(playerid)
{
	if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,0xFFFFF,"Vocк nгo pode fazer isso, enquanto no interior do veнculo");

	if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 408){

	new Float:x, Float:y, Float:z;
    GetVehiclePos(GetPlayerVehicleID(playerid), x,y,z);
    if(IsPlayerInRangeOfPoint(playerid, 10.0, x,y,z))
    
{

    SendClientMessage(playerid,-1,"[AVISO] TET.");
    RemovePlayerAttachedObject(playerid, slot_sacodelixo);
	return 1;
}
}
	return 1;
}
Qual a maneira correta poderia dizer?
Reply


Messages In This Thread
ajuda - by Joao159159 - 26.05.2016, 21:37
Re: ajuda - by zSuYaNw - 26.05.2016, 22:50
Re: ajuda - by Joao159159 - 26.05.2016, 22:51
Re: ajuda - by Kimossab - 26.05.2016, 23:12
Re: ajuda - by Joao159159 - 26.05.2016, 23:36
Re: ajuda - by Kimossab - 27.05.2016, 18:46

Forum Jump:


Users browsing this thread: 2 Guest(s)