21.05.2011, 10:08
why i have this errors:
on this code:
Код:
D:\Infinity DM Stunt\gamemodes\infinitygm.pwn(511) : error 035: argument type mismatch (argument 3) D:\Infinity DM Stunt\gamemodes\infinitygm.pwn(518) : error 035: argument type mismatch (argument 3) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
pawn Код:
if(dialogid == DIALOG_REGISTER)
{
if(response)
{
OnPlayerCommandPerformed(playerid,"/register %s", inputtext);
}
}
if(dialogid == DIALOG_LOGIN)
{
if(response)
{
OnPlayerCommandPerformed(playerid,"/login %s", inputtext);
}
}