[Ajuda] Comando
#1

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
if(
strcmp(cmdtext"/meucomando"true) == 0)
 {
   
SendClientMessage(playerid0xFFFFFFAA"Esse й Meu Comando Pow :D Vocк Ganhou 100 Reais !");
   
GivePlayerMoney(playerid100); // DA 100 REAIS
   
return 1;
   }
   if(
strcmp(cmdtext"/veiculo"true) ==0
   
{
   
SendClientMessage(playerid, -1"Veiculo criado com sucesso");
   
AddStaticVehicle(5002032.8450,1344.5004,10.8203,270.7092,1,1);
   return 
1;
}
   } 
Entгo sei que tem muita coisa errado ae mais tentei corrigir.. sou muito iniciante gostaria de saber qual foi o meu erro ae...
Reply


Messages In This Thread
Comando - by maykom15 - 20.03.2015, 02:49
Re: Comando - by CaioTesio - 20.03.2015, 03:13
Re: Comando - by maykom15 - 20.03.2015, 03:13
Re: Comando - by maykom15 - 20.03.2015, 03:15
Re: Comando - by ThuuGLif3 - 20.03.2015, 03:21
Re: Comando - by ipsLuan - 20.03.2015, 03:26
Re: Comando - by maykom15 - 20.03.2015, 03:42
Re: Comando - by ThuuGLif3 - 20.03.2015, 03:45
Re: Comando - by ipsLuan - 20.03.2015, 03:56
Re: Comando - by maykom15 - 20.03.2015, 03:59

Forum Jump:


Users browsing this thread: 4 Guest(s)