Question
#4

Код:
public OnPlayerSpawn(playerid)
{
      if(GetPlayerSkin(playerid) != id of skin)
      {
          for(new j = 0; j < MAX_VEHICLES; j++)
          {
                if(GetVehicleModel(j) == 596)
                {
                    SetVehicleParamsForPlayer(j, playerid, 0, 1);
                }
          }
    }
    return 1;
}
I think it goes without saying that this needs a bit of tweeking for your own script.
Reply


Messages In This Thread
Question - by laser50 - 09.06.2009, 20:52
Re: Question - by lol2112 - 09.06.2009, 21:07
Re: Question - by laser50 - 09.06.2009, 21:18
Re: Question - by lol2112 - 09.06.2009, 21:26
Re: Question - by laser50 - 09.06.2009, 21:55
Re: Question - by lol2112 - 09.06.2009, 22:03
Re: Question - by laser50 - 09.06.2009, 22:07
Re: Question - by HuRRiCaNe - 09.06.2009, 22:09

Forum Jump:


Users browsing this thread: 3 Guest(s)