- 0
Eroare la compilare
-
Similar Content
-
- 1 reply
- 386 views
-
- 4 replies
- 312 views
-
- 0 replies
- 159 views
-
- 22 replies
- 1,763 views
-
- 4 replies
- 703 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
_K3NT_
public function lacks forward declaration (symbol "CancelVote")
AM incercat sa implemenentez u nsistem de /vote
public CancelVote()
{
if(OnVote == 0) return 0;
new str[128], str2[128];
foreach(new i : Player) Voted = -1;
format(str, sizeof(str), "Vote: %s is OVER!", Voting[Vote]);
format(str2, sizeof(str2), "Yes: %d No: %d", Voting[VoteY], Voting[VoteN]);
SendClientMessageToAll(COLOR_GREEN, str);
SendClientMessageToAll(COLOR_GREEN, str2);
OnVote = 0;
Voting[VoteY] = 0;
Voting[VoteN] = 0;
return 1;
}
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now