[Pedido] Queria Um Comando Que a SetPlayerSkin Seja Random
#3

pawn Код:
YCMD:skinroom( playerid, params[ ], help[ ] )
{
    new
        rand = random ( 253 - 25 ) + 25 ;
       
    SetPlayerSkin ( playerid, rand ) ;
   
    return true ;
}
Reply


Messages In This Thread
Queria Um Comando Que a SetPlayerSkin Seja Random - by Pietrotm2012 - 23.12.2012, 20:25
Re: Queria Um Comando Que a SetPlayerSkin Seja Random - by tonisantolia - 23.12.2012, 20:29
Re: Queria Um Comando Que a SetPlayerSkin Seja Random - by Lуs - 23.12.2012, 20:31
Re: Queria Um Comando Que a SetPlayerSkin Seja Random - by Pietrotm2012 - 23.12.2012, 20:33
Re: Queria Um Comando Que a SetPlayerSkin Seja Random - by Lуs - 23.12.2012, 20:37
Re: Queria Um Comando Que a SetPlayerSkin Seja Random - by Pietrotm2012 - 23.12.2012, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)