Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

ajuda

$
0
0
Pessoal estou com esse problema que não consigo resolver:

Code:

MVC.pwn(10534) : error 035: argument type mismatch (argument 3)
MVC.pwn(10538) : error 035: argument type mismatch (argument 3)
MVC.pwn(10542) : error 035: argument type mismatch (argument 3)
MVC.pwn(10546) : error 035: argument type mismatch (argument 3)
MVC.pwn(10550) : error 035: argument type mismatch (argument 3)
MVC.pwn(10554) : error 035: argument type mismatch (argument 3)
MVC.pwn(10558) : error 035: argument type mismatch (argument 3)
MVC.pwn(10562) : error 035: argument type mismatch (argument 3)
MVC.pwn(10566) : error 035: argument type mismatch (argument 3)
MVC.pwn(10570) : error 035: argument type mismatch (argument 3)
MVC.pwn(10574) : error 035: argument type mismatch (argument 3)
MVC.pwn(10578) : error 035: argument type mismatch (argument 3)

                        if(Slot == 1 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 0, 0, 0);
                        }
                        if(Slot == 1 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 1, 0, 0);
                        }
                        else if(Slot == 2 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 2, 0, 0);
                        }
                        else if(Slot == 3 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 3, 0, 0);
                        }
                        else if(Slot == 4 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 4, 0, 0);
                        }
                        else if(Slot == 5 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 5, 0, 0);
                        }
                        else if(Slot == 6 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 6, 0, 0);
                        }       
                        else if(Slot == 7 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 7, 0, 0);
                        }
                        else if(Slot == 8 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 8, 0, 0);
                        }
                        else if(Slot == 9 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 9, 0, 0);
                        }
                        else if(Slot == 10 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 10, 0, 0);
                        }
                        else if(Slot == 11 && ammo == 0)
                        {
                                GetPlayerWeaponData(ID_2PESSOA, 11, 0, 0);
                        }


Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>