Dialog System without hash
#6

Other error? Other error.

Code:
C:\Server\gamemodes\test.pwn(118) : error 035: argument type mismatch (argument 3)
Code:
pawn Code:
(109)if(dialogid == REGISTER)
(110){
(111)    new file[128], name[24], str[128];
(112)    GetPlayerName(playerid, name, sizeof(name));
(113)    format(file, sizeof(file), "/users/%s.ini", name);
(114)        
(115)    if(response)
(116)    {
(117)        dini_Create(file);
(118)        dini_IntSet(file, "password", inputtext); //<-- THIS
(119)        dini_IntSet(file, "level", pInfo[playerid][Level]);
(120)        dini_IntSet(file, "kills", pInfo[playerid][Kills]);
(121)        dini_IntSet(file, "deaths", pInfo[playerid][Deaths]);
(122)        dini_IntSet(file, "score", GetPlayerScore(playerid));
(123)        dini_IntSet(file, "money", GetPlayerMoney(playerid));
(124)        format(str, sizeof(str), "Server: Registered.", name);
(125)        SendClientMessage(playerid, 0xFFFF00FF, str);
(126)    }
(127)}
Reply


Messages In This Thread
Dialog System without hash - by [NWA]Hannes - 05.06.2012, 21:11
Re: Dialog System without hash - by Vince - 05.06.2012, 21:17
Re: Dialog System without hash - by [NWA]Hannes - 05.06.2012, 21:22
Re: Dialog System without hash - by MP2 - 05.06.2012, 21:31
Re: Dialog System without hash - by [NWA]Hannes - 05.06.2012, 21:55
Re: Dialog System without hash - by [NWA]Hannes - 05.06.2012, 22:30
Re: Dialog System without hash - by iggy1 - 05.06.2012, 22:36
Re: Dialog System without hash - by DaRealShazz - 05.06.2012, 22:49
Re: Dialog System without hash - by [NWA]Hannes - 05.06.2012, 22:52
Re: Dialog System without hash - by ricardo178 - 05.06.2012, 22:58
Re: Dialog System without hash - by ricardo178 - 05.06.2012, 23:07

Forum Jump:


Users browsing this thread: 1 Guest(s)