[HELP]Script skin
#5

pawn Код:
public OnPlayerRequestClass( playerid, classid ) {
    new r = random( 2 );
    switch( r ) {
        case 0: ApplyAnimation( ... ); // Animation number 1.
        case 1: ApplyAnimation( ... ); // Animation number 2.
    }
    return 1;
}
@PotH3Ad: I don't think he only wants it for skin ID 299.
Reply


Messages In This Thread
[HELP]Script skin - by TheBluec0de - 29.07.2011, 20:10
Re: [HELP]Script skin - by Snipa - 29.07.2011, 20:18
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 20:25
Re: [HELP]Script skin - by PotH3Ad - 29.07.2011, 20:28
Re: [HELP]Script skin - by Mean - 29.07.2011, 20:29
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 20:34
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 20:37
Re: [HELP]Script skin - by Mean - 29.07.2011, 20:39
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 20:40
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 21:00

Forum Jump:


Users browsing this thread: 4 Guest(s)