18.04.2014, 21:23
pawn Код:
new ObjetoIDs[]={ ID1, ID2, ID3 /*etc...*/};
pawn Код:
ObjetoIDs[ random( sizeof(ObjetoIDs) ) ]
pawn Код:
switch( randon(4) ){
case 0:{ /*SetPlayerAttachedObject(...);*/ }//el id del objeto distinto
case 1:{ /*SetPlayerAttachedObject(...);*/ }//el id del objeto distinto
case 2:{ /*SetPlayerAttachedObject(...);*/ }//el id del objeto distinto
case 3:{ /*SetPlayerAttachedObject(...);*/ }//el id del objeto distinto
}
https://sampwiki.blast.hk/wiki/Random
https://sampwiki.blast.hk/wiki/sizeof
https://sampwiki.blast.hk/wiki/switch