- 0
Problema
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Cbr.
[pawn]C:\Documents and Settings\Madalin\Desktop\SAMP.EFL.RO\gamemodes\Godfather.pwn(2447) : error 017: undefined symbol "Trivia"
C:\Documents and Settings\Madalin\Desktop\SAMP.EFL.RO\gamemodes\Godfather.pwn(4522) : warning 204: symbol is assigned a value that is never used: "gNewb"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.[/pawn]
[pawn]public TriviaEvent()
{
typet = random(MAX_QUESTIONS);
2447 SendClientMessageToAll ( -1, Trivia [ typet ] [ tIntrebare ] );
endt =1;
timertrivia = SetTimer("TriviaEnd", 360000, false);
return 1;
}
public TriviaEnd()
{
endt = 0;
KillTimer(timertrivia);
return 1;
}[/pawn]
Am vurt sa bag si eu trivia si imi da acea eroare, de ce ?
23 answers to this question
Recommended Posts