09.05.2010, 14:08
hi all.
im making a TDM
i have a question and a problem.
Question:
How can i make if a team have 50 kills the round ends and server restarts??
and if they have 23/50 kills and the time limit is reached the server restarts??
Problem:
What is wrong with this code
I get this error:
can someone help me?
TY ALOT
-Luckie12
im making a TDM

i have a question and a problem.
Question:
How can i make if a team have 50 kills the round ends and server restarts??

and if they have 23/50 kills and the time limit is reached the server restarts??

Problem:
What is wrong with this code
Код:
public LoadMap() { ShowPlayerDialog(playerid, TDM, DIALOG_STYLE_LIST, "Choose a Team?", "Defenders \nAttackers \nSpectate", "Select", "Cancel"); return 1; }
Код:
C:\Documents and Settings\Luc\Bureaublad\Pawno\gamemodes\test.pwn(813) : error 017: undefined symbol "playerid"
TY ALOT
-Luckie12