[Ajuda] To com um erro nгo consigo resolver!
#1

Eu to criando salvamento de Pos, Interior e VirtualWorld sу que deu o seguinte erro:

ERRO:
Код:
C:\Users\Lucas\Desktop\SAMP\gamemodes\new.pwn(369) : warning 202: number of arguments does not match definition
C:\Users\Lucas\Desktop\SAMP\gamemodes\new.pwn(370) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
CODE:
Код:
GetPlayerInterior(playerid,PlayerDados[playerid][Interior]);
	GetPlayerVirtualWorld(playerid,PlayerDados[playerid][VW]);
Reply
#2

GetPlayerInterior e GetPlayerVirtualWorld tem apenas um parвmetro, que й (playerid), entгo vocк tem que usar igualdade ( = ) para igualar esse valor a uma variбvel.

pawn Код:
PlayerDados[playerid][VW] = GetPlayerVirtualWorld ( playerid );
PlayerDados[playerid][Interior] = GetPlayerInterior ( playerid );
Reply
#3

Quote:
Originally Posted by Juniiro3
Посмотреть сообщение
GetPlayerInterior e GetPlayerVirtualWorld tem apenas um parвmetro, que й (playerid), entгo vocк tem que usar igualdade ( = ) para igualar esse valor a uma variбvel.

pawn Код:
PlayerDados[playerid][VW] = GetPlayerVirtualWorld ( playerid );
PlayerDados[playerid][Interior] = GetPlayerInterior ( playerid );
Valeu cara desculpa ter tomado seu tempo com isso.

+REP
Reply
#4

Vocк tem de atentar para o retorno das funзхes, e elas nгo tem 2 parвmetros, como o juniiro citou, quando tiver erros desse tipo procure consertar olhando pelo wiki, lб vocк encontra a definiзгo da funзгo e seus retornos.

https://sampwiki.blast.hk/wiki/GetPlayerInterior
https://sampwiki.blast.hk/wiki/GetPlayerVirtualWorld
Reply
#5

Quote:
Originally Posted by Willian_Luigi
Посмотреть сообщение
Vocк tem de atentar para o retorno das funзхes, e elas nгo tem 2 parвmetros, como o juniiro citou, quando tiver erros desse tipo procure consertar olhando pelo wiki, lб vocк encontra a definiзгo da funзгo e seus retornos.

https://sampwiki.blast.hk/wiki/GetPlayerInterior
https://sampwiki.blast.hk/wiki/GetPlayerVirtualWorld
Mais uma vez obrigado desculpe ter tomado tempo de vocкs com isso.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)