Jump to content

LiOneLMeSsIShoT

Members
  • Posts

    609
  • Joined

  • Last visited

Everything posted by LiOneLMeSsIShoT

  1. The problem now is...when i choose Men skin like Id 0 or else walk style set as 192 i show yo a photo 1- 2- and it's with all men skins...and when i choose women...work with 129 too...so it's like there's no 132 style..
  2. okay you will fix it? and trigger function when the player buy skin then check..also in the player skin selector ..trigger anyway and thanks Please add me i need few helps skype: lionelmessishoter
  3. First of all i don't understand where's the Walk style id? and what you named the tables? it's only one table have all skins and you just made a distance of them .I don't understand the script..may you help me? also the script got ERROR Error: :47: '}' expected near '", "'
  4. Please guys help ..Why no one answerd (
  5. I made this script to set girls with walkstyle..and boys with another walkstyle also gangsters..but i got 2 Problems 1-The Walk style get Randomize...so i can to use Boy..and see he's moving as the Girl Style or Gangster Style!!.. 2-The script don't do updates..means check the skins and update the walk style...the script only set the walkstyle onPlayerLogin..as i made...but i want it Check for skins and do the styles everytime!... Script:-- server: local men = { [ 0 ] = true, [ 7 ] = true, [ 14 ] = true, [ 15 ] = true, [ 16 ] = true, [ 17 ] = true, [ 18 ] = true, [ 19 ] = true, [ 20 ] = true, [ 21 ] = true, [ 22 ] = true, [ 23 ] = true, [ 24 ] = true, [ 25 ] = true, [ 26 ] = true, [ 27 ] = true, [ 28 ] = true, [ 29 ] = true, [ 30 ] = true, [ 32 ] = true, [ 33 ] = true, [ 34 ] = true, [ 35 ] = true, [ 36 ] = true, [ 37 ] = true, [ 43 ] = true, [ 44 ] = true, [ 45 ] = true, [ 46 ] = true, [ 47 ] = true, [ 48 ] = true, [ 49 ] = true, [ 50 ] = true, [ 51 ] = true, [ 52 ] = true, [ 57 ] = true, [ 58 ] = true, [ 59 ] = true, [ 60 ] = true, [ 61 ] = true, [ 62 ] = true, [ 66 ] = true, [ 67 ] = true, [ 68 ] = true, [ 70 ] = true, [ 71 ] = true, [ 72 ] = true, [ 73 ] = true, [ 78 ] = true, [ 79 ] = true, [ 80 ] = true, [ 81 ] = true, [ 82 ] = true, [ 83 ] = true, [ 84 ] = true, [ 94 ] = true, [ 95 ] = true, [ 96 ] = true, [ 97 ] = true, [ 98 ] = true, [ 99 ] = true, [ 100 ] = true, [ 101 ] = true, [ 111 ] = true, [ 112 ] = true, [ 113 ] = true, [ 117 ] = true, [ 118 ] = true, [ 120 ] = true, [ 121 ] = true, [ 122 ] = true, [ 123 ] = true, [ 124 ] = true, [ 125 ] = true, [ 126 ] = true, [ 127 ] = true, [ 128 ] = true, [ 132 ] = true, [ 133 ] = true, [ 134 ] = true, [ 135 ] = true, [ 136 ] = true, [ 137 ] = true, [ 142 ] = true, [ 143 ] = true, [ 144 ] = true, [ 146 ] = true, [ 147 ] = true, [ 153 ] = true, [ 154 ] = true, [ 155 ] = true, [ 156 ] = true, [ 158 ] = true, [ 159 ] = true, [ 160 ] = true, [ 161 ] = true, [ 162 ] = true, [ 163 ] = true, [ 164 ] = true, [ 165 ] = true, [ 166 ] = true, [ 167 ] = true, [ 168 ] = true, [ 170 ] = true, [ 171 ] = true, [ 176 ] = true, [ 177 ] = true, [ 179 ] = true, [ 180 ] = true, [ 181 ] = true, [ 182 ] = true, [ 183 ] = true, [ 184 ] = true, [ 185 ] = true, [ 186 ] = true, [ 187 ] = true, [ 188 ] = true, [ 189 ] = true, [ 200 ] = true, [ 202 ] = true, [ 203 ] = true, [ 204 ] = true, [ 206 ] = true, [ 209 ] = true, [ 210 ] = true, [ 212 ] = true, [ 213 ] = true, [ 217 ] = true, [ 220 ] = true, [ 221 ] = true, [ 222 ] = true, [ 223 ] = true, [ 224 ] = true, [ 225 ] = true, [ 226 ] = true, [ 227 ] = true, [ 228 ] = true, [ 229 ] = true, [ 230 ] = true, [ 234 ] = true, [ 235 ] = true, [ 236 ] = true, [ 240 ] = true, [ 241 ] = true, [ 242 ] = true, [ 247 ] = true, [ 248 ] = true, [ 249 ] = true, [ 250 ] = true, [ 252 ] = true, [ 254 ] = true, [ 255 ] = true, [ 258 ] = true, [ 259 ] = true, [ 260 ] = true, [ 261 ] = true, [ 262 ] = true, [ 264 ] = true, [ 274 ] = true, [ 275 ] = true, [ 276 ] = true, [ 277 ] = true, [ 278 ] = true, [ 279 ] = true, [ 280 ] = true, [ 281 ] = true, [ 282 ] = true, [ 283 ] = true, [ 284 ] = true, [ 285 ] = true, [ 286 ] = true, [ 287 ] = true, [ 288 ] = true } local girls = { [ 9 ] = true, [ 10 ] = true, [ 11 ] = true, [ 12 ] = true, [ 13 ] = true, [ 31 ] = true, [ 38 ] = true, [ 39 ] = true, [ 40 ] = true, [ 41 ] = true, [ 53 ] = true, [ 54 ] = true, [ 55 ] = true, [ 56 ] = true, [ 63 ] = true, [ 64 ] = true, [ 69 ] = true, [ 75 ] = true, [ 76 ] = true, [ 77 ] = true, [ 85 ] = true, [ 87 ] = true, [ 88 ] = true, [ 89 ] = true, [ 90 ] = true, [ 91 ] = true, [ 92 ] = true, [ 93 ] = true, [ 129 ] = true, [ 130 ] = true, [ 131 ] = true, [ 138 ] = true, [ 139 ] = true, [ 140 ] = true, [ 141 ] = true, [ 145 ] = true, [ 148 ] = true, [ 150 ] = true, [ 151 ] = true, [ 152 ] = true, [ 157 ] = true, [ 169 ] = true, [ 178 ] = true, [ 190 ] = true, [ 191 ] = true, [ 192 ] = true, [ 193 ] = true, [ 194 ] = true, [ 195 ] = true, [ 196 ] = true, [ 197 ] = true, [ 198 ] = true, [ 199 ] = true, [ 201 ] = true, [ 205 ] = true, [ 207 ] = true, [ 211 ] = true, [ 214 ] = true, [ 215 ] = true, [ 216 ] = true, [ 218 ] = true, [ 219 ] = true, [ 224 ] = true, [ 225 ] = true, [ 226 ] = true, [ 231 ] = true, [ 232 ] = true, [ 233 ] = true, [ 237 ] = true, [ 238 ] = true, [ 243 ] = true, [ 244 ] = true, [ 245 ] = true, [ 246 ] = true,
  6. Okay But i want something like Update the script...because when someone buy a new skin...or select a skin after he login in skin selector...he MUST reconnect to get the walk style on..so there's way to make it auto work everytime? like script check players skins ...not only onPlayerLogin
  7. Yeah...but this table work? with skin = 280 for example? or i do setElementModel? !! Okay okay..fixed. .thanks
  8. Yeah...but this table work? with skin = 280 for example? or i do setElementModel? !! local men = { skin = 280 } so????
  9. Yeah...but this table work? with skin = 280 for example? or i do setElementModel? !!
  10. I made this script to set the player walking style 132 in the player login...but i want to set like..if the skin Girl.then set Walk style 128..and if the skin man .then set walk style 132 ...i think i have to make a table like local men = { skin = 280 etc... } local girls = ( skin = 263 etc... } Help please addEventHandler ( "onPlayerLogin", root, function ( ) setPedWalkingStyle ( source, 132 ) end )
  11. Sorry man,,Was really busy...Also THANKS A LOT! For your nice help May you help me with some things? about scripting.. if you feel like helping me..Please Please add me in skype skype:lionelmessishoter THANKS AGAIN!
  12. I know that..but what i put in setModelHandling? i mean..what function inside to put car speed?. Gimme example if you can..and thanks
  13. how to set new vehicle speed...not all cars...only car like 503 id..help please
  14. Fixed it by myself...but Thanks for answering my Topic.. If you can to help me with Few things about scripting..you may add me if you feel like helping me skype: lionelmessishoter
  15. When i log out or die in my server...weapons be gone..so i decided to download a save_system...Tried a lot of save systems...but nothing much..only save everything else GUNS!...i'm just saw Mr Castillo made a script for save guns http://www.mediafire.com/download/lqq6g ... nsaver.zip This script worked and saved the guns when i'm wasted...but when i log out and back no longer to see my gun again ..Please help me guys .. and thanks
  16. This script works as..when player type /relax..he lay and get 10 health every 10 seconds..i want to limit the health..means i don't need the player get health more than his current health skills..like when his current health skill 100..then stop the anim and stop giving health when he reach the health 100... ... Any answer please ?
  17. This script works as..when player type /relax..he lay and get 10 health every 10 seconds..i want to limit the health..means i don't need the player get health more than his current health skills..like when his current health skill 100..then stop the anim and stop giving health when he reach the health 100... ...
×
×
  • Create New...