WTF IS WRONG
#1

PHP код:
if (dialogid == DIALOG_EVSYSSTARTENZEIT)
{
    new 
string [58];
    if (! 
response) {Event [EventEdit] = 0; return 0; }
    if (! 
IsNumeric (inputtext)) {SCM (playerid, -1"Numbers Only!"); ShowPlayerDialog (playeridDIALOG_EVSYSSTARTENZEITDIALOG_STYLE_INPUT"Event Time""Please enter the event time in minutes! (Min: 3) \ n""Set""Cancel"); return 1;}
    if (
strval (inputtext) <3) return SCM (playerid"[EventSystem]: The event must take at least 3 minutes!"); // Problem
    
format (stringsizeof (string), "[EventSystem]: You have set the event time to% d: 00 minutes!"Event [EventTime]);
    
SCM (playeridEVENT COLORstring);

Problem: error 035: argument type mismatch (argument 2)

Problem line marked
Reply


Messages In This Thread
WTF IS WRONG - by playstores - 20.02.2019, 12:05
Re: WTF IS WRONG - by Kaliber - 20.02.2019, 12:11
Re: WTF IS WRONG - by TheToretto - 20.02.2019, 12:28
Re: WTF IS WRONG - by playstores - 20.02.2019, 15:29
Re: WTF IS WRONG - by playstores - 20.02.2019, 15:31
Re: WTF IS WRONG - by TheToretto - 20.02.2019, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)