SA-MP Forums Archive
[Ajuda] Ajuda com ERRO? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ajuda com ERRO? (/showthread.php?tid=603481)



Ajuda com ERRO? - Italoigt - 24.03.2016

Resolvido!



Re: Ajuda com ERRO? - ApocaSamp - 24.03.2016

Qual linha do erro?


Re: Ajuda com ERRO? - Italoigt - 24.03.2016

Quote:
Originally Posted by ApocaSamp
Посмотреть сообщение
Qual linha do erro?
pawn Код:
public OnPlayerKeyStateChange (playerid, newkeys, oldkeys) {



Re: Ajuda com ERRO? - ApocaSamp - 24.03.2016

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;




Re: Ajuda com ERRO? - Italoigt - 24.03.2016

Quote:
Originally Posted by ApocaSamp
Посмотреть сообщение
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;

desculpa errei a linha kk
pawn Код:
OnPlayerModelSelectionEx
esse ea linha correta


Re: Ajuda com ERRO? - ApocaSamp - 24.03.2016

PHP код:
public OnPlayerModelSelectionEx(playeridresponseextraidmodelid)




Re: Ajuda com ERRO? - Italoigt - 24.03.2016

Quote:
Originally Posted by ApocaSamp
Посмотреть сообщение
PHP код:
public OnPlayerModelSelectionEx(playeridresponseextraidmodelid)

vlwwwwwwwwwwww pegue seu +rep