[Ajuda] OnPlayerStateChange no openmp - Versão de Impressão +- Portal SAMP (https://portalsamp.com) +-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5) +--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6) +--- Tópico: [Ajuda] OnPlayerStateChange no openmp (/showthread.php?tid=4218) |
OnPlayerStateChange no openmp - L10motos - 17/11/2023 Código PHP: public OnPlayerStateChange(playerid,newstate,oldstate) Código: error 025: function heading differs from prototype Alguem ja passou por esse problema? RE: OnPlayerStateChange no openmp - White_Blue - 17/11/2023 Lembre-se de usar as tags. Código PHP: public OnPlayerStateChange(playerid, PLAYER_STATE:newstate, PLAYER_STATE:oldstate) RE: OnPlayerStateChange no openmp - L10motos - 17/11/2023 Reputado! RE: OnPlayerStateChange no openmp - L10motos - 18/11/2023 Alguem pode me ajudar também com essas public Onde eu consigo o nome das tags para adicionar? error 025: function heading differs from prototype Código PHP: public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ) error 025: function heading differs from prototype Código PHP: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart) error 025: function heading differs from prototype Código PHP: public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid, bodypart) RE: OnPlayerStateChange no openmp - L10motos - 18/11/2023 Up? Alguém? Falta só isso pra eu migrar pro Open MP, por isso estou criando muitos tópicos. RE: OnPlayerStateChange no openmp - pushline - 18/11/2023 Código PHP: public OnPlayerGiveDamageActor(playerid, damaged_actorid, Float:amount, WEAPON:weaponid, bodypart) |