02.10.2014, 14:46
Code:
Errors:
Whole code:
Under OnPlayerConnect - Public made by me - Works.
Includes:
Код:
ShowPlayerDialog(playerid, DIALOG_SET_EMAIL, DIALOG_STYLE_INPUT, "{FFFFFF}Enter Email", "Please enter your Email address into the box.", "Ok", "Cancel");
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 |
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"); }
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> |