[help] Dialog
#1

Hello!

I was creating a login dialog, but i get 3 warnings...

Code:

PHP код:
   format(stringsizeof(string), ">>Welcome back, %s!<<\n[INFORMATIONS]:\n[Admin Level]: %d\n[Vip Level]: %d\n[Score]: %d\n[Money]: %d","Ok",""namegPlayerInfo[playerid][PLAYER_LEVEL], gPlayerInfo[playerid][PLAYER_VIP], GetPlayerScore(playerid), GetPlayerMoney(playerid));
   
ShowPlayerDialog(playerid117DIALOG_STYLE_MSGBOXstring); 
Warnings:

PHP код:
C:\Users\tadej\Desktop\SA-MP Server\gamemodes\New.pwn(609) : warning 202number of arguments does not match definition
C
:\Users\tadej\Desktop\SA-MP Server\gamemodes\New.pwn(609) : warning 202number of arguments does not match definition
C
:\Users\tadej\Desktop\SA-MP Server\gamemodes\New.pwn(609) : warning 202number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
3 Warnings

Warnings are on this line:

PHP код:
   ShowPlayerDialog(playerid117DIALOG_STYLE_MSGBOXstring); 
Thank you
Reply


Messages In This Thread
[help] Dialog - by Areax - 16.04.2013, 19:16
Re: [help] Dialog - by [XST]O_x - 16.04.2013, 19:18
Re: [help] Dialog - by RandomDude - 16.04.2013, 19:18
Re: [help] Dialog - by Areax - 16.04.2013, 19:19
Re: [help] Dialog - by [XST]O_x - 16.04.2013, 19:21
Re: [help] Dialog - by Areax - 16.04.2013, 19:52

Forum Jump:


Users browsing this thread: 1 Guest(s)