[AJUDA] Comando de respawn bugado
#8

pawn Код:
stock RespawnExercito(playerid)
{
 for(new c=0; c<MAX_VEHICLES; c++;)
 {
  CarExercito[0];
  CarExercito[1];
  CarExercito[2];
  CarExercito[3];
 }
 return 1;
}
pawn Код:
public OnGameModeInit()
{
 CarExercito[0] = AddStaticVehicle(...
 return 1;
}
pawn Код:
if(strcmp(cmd, "/respawnarexercito", true) == 0)
{
 if(!IsPlayerAdmin(playerid))
 {
  SendClientMessage(playerid,Cor,"[ERRO] Nгo йs Admin!");
  return 1;
 }
 SetVehicleToRespawn(playerid, RespawnExercito);
 return 1;
}
Mais ou Menos assim .__.
Fiz na pressa.
Reply


Messages In This Thread
[AJUDA] Comando de respawn bugado - by Styles-P - 19.03.2011, 21:11
Re: [AJUDA] Comando de respawn bugado - by JonathanFeitosa - 19.03.2011, 21:35
Re: [AJUDA] Comando de respawn bugado - by Styles-P - 19.03.2011, 21:48
Re: [AJUDA] Comando de respawn bugado - by JonathanFeitosa - 19.03.2011, 22:08
Re: [AJUDA] Comando de respawn bugado - by Styles-P - 19.03.2011, 22:18
Re: [AJUDA] Comando de respawn bugado - by Macintosh - 19.03.2011, 22:39
Re: [AJUDA] Comando de respawn bugado - by Styles-P - 20.03.2011, 17:58
Re: [AJUDA] Comando de respawn bugado - by Macintosh - 20.03.2011, 18:17

Forum Jump:


Users browsing this thread: 2 Guest(s)