[Ajuda] Ajuda com ERRO?
#4

PHP код:
public OnPlayerKeyStateChange(playeridnewkeysoldkeys) {
    if(
newkeys KEY_SPRINT) {
        if(
GetPVarType(playerid"Stripper")) {
            new 
rand random(6),
                
iActorID GetPVarInt(playerid"Stripper");
            switch(
rand) {
                case 
0ApplyActorAnimation(iActorID"STRIP""strip_E"4.110000);
                case 
1ApplyActorAnimation(iActorID"STRIP""strip_G"4.110000);
                case 
2ApplyActorAnimation(iActorID"STRIP""STR_A2B"4.110000);
                case 
3ApplyActorAnimation(iActorID"STRIP""STR_Loop_A"4.110000);
                case 
4ApplyActorAnimation(iActorID"STRIP""STR_Loop_B"4.110000);
                default: 
ApplyActorAnimation(iActorID"STRIP""STR_Loop_C"4.110000);
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Ajuda com ERRO? - by Italoigt - 24.03.2016, 04:10
Re: Ajuda com ERRO? - by ApocaSamp - 24.03.2016, 04:43
Re: Ajuda com ERRO? - by Italoigt - 24.03.2016, 04:47
Re: Ajuda com ERRO? - by ApocaSamp - 24.03.2016, 04:51
Re: Ajuda com ERRO? - by Italoigt - 24.03.2016, 04:57
Re: Ajuda com ERRO? - by ApocaSamp - 24.03.2016, 05:19
Re: Ajuda com ERRO? - by Italoigt - 24.03.2016, 19:27

Forum Jump:


Users browsing this thread: 3 Guest(s)