ShowPlayerDialog
#1

Code:

Код:
		ShowPlayerDialog(playerid, DIALOG_SET_EMAIL, DIALOG_STYLE_INPUT, "{FFFFFF}Enter Email", "Please enter your Email address into the box.", "Ok", "Cancel");
Errors:

Quote:

C:\Users\Callum.Acer\Desktop\Scripting extra\gamemodes\Right.pwn(120 : error 029: invalid expression, assumed zero
C:\Users\Callum.Acer\Desktop\Scripting extra\gamemodes\Right.pwn(120 : error 001: expected token: ";", but found ")"
C:\Users\Callum.Acer\Desktop\Scripting extra\gamemodes\Right.pwn(120 : error 029: invalid expression, assumed zero
C:\Users\Callum.Acer\Desktop\Scripting extra\gamemodes\Right.pwn(120 : fatal error 107: too many error messages on one line

Whole code:
Under OnPlayerConnect - Public made by me - Works.
Код:
	if(strlen(PlayerInfo[playerid][pEmail]) < 3)
	{
	    SendClientMessageEx(playerid, COLOR_GREY, "  We have no email on file for this account, please enter your email below for Password Reset Purposes.");
		ShowPlayerDialog(playerid, DIALOG_SET_EMAIL, DIALOG_STYLE_INPUT, "{FFFFFF}Enter Email", "Please enter your Email address into the box.", "Ok", "Cancel");
	}
Includes:

Quote:

#include <a_samp>
#include <streamer>
#include <a_mysql>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <socket>
#include <FloodControl>

Reply


Messages In This Thread
ShowPlayerDialog - by MrCallum - 02.10.2014, 14:46
Re: ShowPlayerDialog - by Eth - 02.10.2014, 14:53
Re: ShowPlayerDialog - by MrCallum - 02.10.2014, 15:08
Re: ShowPlayerDialog - by MrCallum - 02.10.2014, 15:13

Forum Jump:


Users browsing this thread: 1 Guest(s)