[Ajuda] 202: number of arguments does not match definition
#1

Код:
C:\Users\Matheus-PC\Desktop\[Gamemode] Gaming Fox Brasil ® (0.3x)\gamemodes\Iniciante.pwn(633) : warning 202: number of arguments does not match definition
C:\Users\Matheus-PC\Desktop\[Gamemode] Gaming Fox Brasil ® (0.3x)\gamemodes\Iniciante.pwn(633) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
PHP код:
   if(strcmp(cmdtext,"/skydive",true)==0)
       {
       new 
string [50];
       new 
pname[30];
       
GetPlayerName(playeridpnameMAX_PLAYER_NAME); // PEGA O NOME DO JOGADOR
       
format(stringsizeof(string), "%s Foi Pular de Paraquedas: {FFFF00}(/skydive2)"pname); //MENSAGEM A TODOS
       
SendClientMessageToAll(Verdestring);
       
ResetPlayerWeapons(playerid);// RESETA ARMAS
       
SetPlayerPos(playerid,1955.4077,606.0811,1407.8107); //COORDENADAS
       
SetPlayerInterior(playerid,0); // INTERIOR
       
SendClientMessage(playeridAmarelo,"Queda livre!! Espero que nгo morra '-'",4000,6);
       return 
1;
       } 
Nгo estou achando onde esta dando esses wanings me ajudem
Reply
#2

pawn Код:
SendClientMessage(playerid, Amarelo,"Queda livre!! Espero que nгo morra '-'");
Reply
#3

vlw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)