14.07.2010, 07:51
I make this scipt:
and give error:
Код:
if(dialogid == 111)
{
if(response)
{
}
if(!response)
{
new name[MAX_PLAYER_NAME],file[128];
GetPlayerName(playerid,name,sizeof(name));
format(file,sizeof(file),"uzrasai/%s.ini",name);
dini_IntSet(file,"lapas1",inputtext);
}
}
Код:
C:\Documents and Settings\Gedas\Desktop\uzrasuknigale.pwn(196) : error 035: argument type mismatch (argument 3)

