[AJUDA] Carros para uma pessoa
#4

pawn Код:
public OnPlayerStateChange( playerid, newstate, oldstate)
{
 if (newstate == PLAYER_STATE_DRIVER)
 {
    new vid = GetPlayerVehicleID(playerid);
    if(vid==Luciano[0]||vid==Luciano[1]||vid==Luciano[2]||vid==Luciano[3]||vid==Luciano[4]
    ||vid==Luciano[5]||vid==Luciano[6]||vid==Luciano[7]||vid==Luciano[8]||vid==Luciano[9]
    ||vid==Luciano[10]||vid==Luciano[11]||vid==Luciano[12]||vid==Luciano[13]||vid==Luciano[14]
    ||vid==Luciano[15]||vid==Luciano[16]||vid==Luciano[17])
    {
     static sName[11];
     GetPlayerName(playerid,sName,11);
     if(!strcmp(sName,"Luciano_Jr",true))
     {
      return 1;
     }
     else
     {
        SendClientMessage (playerid,0xFF0000FF,"Vocк nгo й o Luciano_Jr!");
        RemovePlayerFromVehicle(playerid);
        TogglePlayerControllable(playerid, 1);
        return 1;
     }
    return 1;
   }
  return 1;
 }
 return 1;
}
Tenta assim.
Reply


Messages In This Thread
[AJUDA] Carros para uma pessoa - by [AF]Junior - 21.03.2011, 21:51
Re: [AJUDA] Carros para uma pessoa - by Pedro Vicentini - 21.03.2011, 22:07
Re: [AJUDA] Carros para uma pessoa - by Quem sou eu? - 21.03.2011, 22:10
Re: [AJUDA] Carros para uma pessoa - by Macintosh - 21.03.2011, 23:19
Re: [AJUDA] Carros para uma pessoa - by Pedro Vicentini - 22.03.2011, 00:59
Re: [AJUDA] Carros para uma pessoa - by [AF]Junior - 22.03.2011, 03:42
Re: [AJUDA] Carros para uma pessoa - by JonathanFeitosa - 22.03.2011, 10:23
Re: [AJUDA] Carros para uma pessoa - by Pedro Vicentini - 22.03.2011, 21:57
Re: [AJUDA] Carros para uma pessoa - by H1g0r - 22.03.2011, 22:01

Forum Jump:


Users browsing this thread: 2 Guest(s)