Talk:PEDS

From GTAMods Wiki
Revision as of 09:32, 30 July 2010 by Aschratt (talk | contribs) (Created page with '== PED bug for San Andreas == Just some information for those who are interested. R* made a mistake by defining the pedestrians for San Andreas. The <code>peds.ide</co…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PED bug for San Andreas

Just some information for those who are interested. R* made a mistake by defining the pedestrians for San Andreas. The peds.ide file was created by hand and not tested for each entry, so that there is one invalid line (PED #51):

51, BMYMOUN, BMYMOUN, CIVMALE, STAT_SENSIBLE_GUY, man,0800,1, man,2,0 PED_TYPE_GEN,VOICE_GEN_BMYMOUN ,VOICE_GEN_BMYMOUN

To fix it you have to place the missing comma before the voice sound file information:

51, BMYMOUN, BMYMOUN, CIVMALE, STAT_SENSIBLE_GUY, man,0800,1, man,2,0, PED_TYPE_GEN,VOICE_GEN_BMYMOUN ,VOICE_GEN_BMYMOUN

Now you have one NPC more ;-). --Aschratt - oO 09:32, 30 July 2010 (UTC)