Jump to content

Lodd

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Lodd

  1. Lodd

    Merge Two scripts

    Well,int 264 is the model ID,I swapped the clown model for bigfoot's,it works if splitted,but when i try to merge the scripts,it won't work
  2. Hey,it's me again,I'm here to ask you something about mixing scripts,first off,i made a model/texture replacer,and then I made a ped resource,and i'm trying to mix these im one ped createPed ( int 264, float 1, float 11, float 14 [, float rot = 0.0 ] ) function replaceModel() txd = engineLoadTXD("Skin/bigfoot.txd", 264 ) engineImportTXD(txd, 264) dff = engineLoadDFF("Skin/bigfoot.dff", 264 ) engineReplaceModel(dff, 264) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( "reloadcar", replaceModel ) the replacemodel function doesn't work ,it just create the ped without the custom skin!
  3. Hi,Ho guys,I've managed to create a bot,but he doesn't do absolutely nothing,how could I make the ped agressive,killing every player he sees,could someone help me making the bot agressive?
  4. Lodd

    Bots

    Hey guys,I'm here to ask you something about bots(peds),First off,I tried using the script method,i wrote the script like every tutorial in this forum,but it didnt worked,the ped didn't spawned,then a i tried the MAP EDITOR method,but i'm having issues,how could i make the bot agressive by the map editor method?if impossible,could someone create a very basic ped spawn script and send it to me?please!
×
×
  • Create New...