28.10.2013, 16:08
Hey.
Im trying to make a command to change the time.
This is my code.
This is the error.
Im trying to make a command to change the time.
This is my code.
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/settime", cmdtext, true, 10) == 0)
{
SetWorldTime(cmdtext);
return 1;
}
return 0;
}
Код:
C:\Users\Arno\Desktop\Sample server\gamemodes\test.pwn(94) : error 035: argument type mismatch (argument 1)

