Como hacer que de un objeto random o algo asi
#2

pawn Код:
new ObjetoIDs[]={ ID1, ID2, ID3 /*etc...*/};
en el parametro del id del objeto del SetPlayerAttachedObject colocas:
pawn Код:
ObjetoIDs[ random( sizeof(ObjetoIDs) ) ]
o tambien asi:
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
}
saludos.

https://sampwiki.blast.hk/wiki/Random
https://sampwiki.blast.hk/wiki/sizeof
https://sampwiki.blast.hk/wiki/switch
Reply


Messages In This Thread
Como hacer que de un objeto random o algo asi - by zzxcv1 - 18.04.2014, 20:48
Respuesta: Como hacer que de un objeto random o algo asi - by OTACON - 18.04.2014, 21:23
Respuesta: Como hacer que de un objeto random o algo asi - by zzxcv1 - 18.04.2014, 21:30

Forum Jump:


Users browsing this thread: 1 Guest(s)