Why ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Why ? (
/showthread.php?tid=357265)
Why ? -
kaloqn54 - 06.07.2012
Код:
new CreateCountdown;
Код:
if (strcmp("/c", cmdtext, true, 2) == 0)
{
new string[100];
format(string, sizeof(string), "%s започна брояч");
CreateCountdown(3000, 1057);
return 1;
}
return 0;
D:\igri\GTA San Andreas\gamemodes\grandlarc.pwn(354) : error 012: invalid function call, not a valid address
D:\igri\GTA San Andreas\gamemodes\grandlarc.pwn(354) : warning 215: expression has no effect
D:\igri\GTA San Andreas\gamemodes\grandlarc.pwn(354) : warning 215: expression has no effect
D:\igri\GTA San Andreas\gamemodes\grandlarc.pwn(354) : error 001: expected token: ";", but found ")"
D:\igri\GTA San Andreas\gamemodes\grandlarc.pwn(354) : error 029: invalid expression, assumed zero
D:\igri\GTA San Andreas\gamemodes\grandlarc.pwn(354) : fatal error 107: too many error messages on one line
Re: Why ? -
kaloqn54 - 06.07.2012
i fixed it