26.07.2012, 19:54
hello again peoples
I dont know alot about loops so i hope someone can help me. I want to make it when the player spawns it sets their skin to a random one. This iv done, what Im now trying to do is make it if the skin is a certain Id then it re-randomizes it and sets the skin agian, again if its a certain one re randomize.. The skin ids that I dont want to allow are:
I dont know alot about loops so i hope someone can help me. I want to make it when the player spawns it sets their skin to a random one. This iv done, what Im now trying to do is make it if the skin is a certain Id then it re-randomizes it and sets the skin agian, again if its a certain one re randomize.. The skin ids that I dont want to allow are:
pawn Код:
if(RandomSkin == 61 || 70 || 71 || 80 || 81 || 102
|| 103 || 104 || 105 || 106 || 107 || 108 || 109
|| 110 || 111 || 112 || 113 || 114 || 115 || 116
|| 117 || 118 || 119 || 120 || 149 || 167 || 173
|| 174 || 175 || 264 || 265 || 266 || 267 || 269
|| 270 || 271 || 274 || 275 || 276 || 277 || 278
|| 279 || 280 || 281 || 282 || 283 || 284 || 285
|| 286 || 287 || 288);