[AJUDA] :s - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] :s (
/showthread.php?tid=196714)
[AJUDA] :s -
RockFire - 06.12.2010
Estou fazendo um sistema de compra de carros por dialog mas preciso de uma ajuda
Quando alguem compra o veнculo o skin tinha que estar dentro do veнculo vou postar aqui o cуdigo
OBS: Jб procurei no search e nгo encontrei
pawn Код:
if(listitem == 0)
{
if(IsPlayerInAnyVehicle(playerid)){
return SendClientMessage(playerid, 0x33AA33AA, "SERVER: Vocк jб tem um veнculo"); }
new Float:var0 = 0, Float:var1 = 0, Float:var2 = 0, Float:var3 = 0;
GetPlayerPos(playerid, var0, var1, var2);
GetPlayerFacingAngle(playerid, var3);
CreateVehicle(592, var0 + 1, var1 + 1, var2, var3, 1, 1, 10000);
}
Agradeзo desde jб
Re: [AJUDA] :s -
Macintosh - 06.12.2010
Skin? como assim nгo entendi ;/
Re: [AJUDA] :s -
RockFire - 06.12.2010
o bonequinho tipo o cara quando compra um carro o boneco tem que estar dentro do carro sem precisar apertar o F para entrar no carro tipo ele compra o carro e ja ta dentro do carro
Re: [AJUDA] :s -
faeldk - 06.12.2010
Fazendo ou Descompilando? --'
Re: [AJUDA] :s -
RockFire - 06.12.2010
fiz ele com ajuda do meu amigo mas eu preciso de ajuda pra isso que falei e й urgente isso quinta vou abrir um servidor e preciso do /carros mas nгo terminei ainda
Re: [AJUDA] :s -
[NWD]Jim._.Carrey - 06.12.2010
Quote:
Originally Posted by faeldk
Fazendo ou Descompilando? --'
|
RIALTOOOOOOO!
____________________________
\/
pawn Код:
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, cor,"[ERRO] Vocк nгo estб em um veнculo!");
Re: [AJUDA] :s -
SuB_ZeRo0_ - 06.12.2010
Quote:
Originally Posted by faeldk
Fazendo ou Descompilando? --'
|
Fazendo ou Descompilando? --'І
Re: [AJUDA] :s -
zSuYaNw - 06.12.2010
pawn Код:
if(listitem == 0)
{
if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0x33AA33AA, "SERVER: Vocк jб tem um veнculo");
new Float:X, Float:Y, Float:Z, Float:X1, Float:X2;
GetPlayerPos(playerid, X, Y, Z);
GetPlayerFacingAngle(playerid, X1);
CreateVehicle(592, X + 1, Y + 1, X1, X2, -1, -1, 10000);
}