10.06.2008, 16:24
go on, girl!
Originally Posted by gta700
im having a little trouble, i get this error:
C:\Users\cody mccoy\Desktop\Gta700 City\gamemodes\Xtreme.GM.pwn(47) : fatal error 100: cannot read from file: "Sinclude" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |
forward IsCountdownStarted; forward IsPlayerCountdownStarted[MAX_PLAYERS]; forward PlayerCountdownCount[MAX_PLAYERS]; forward CountdownCount; forward PlayerCountdownTimer[MAX_PLAYERS]; forward CountdownTimer;
Originally Posted by Nobbl
Uhm, ive got a question. Ive never worked myself with includes and I want to add a countdowntimer, viewable for everyone.
What do i have to do? only Код:
forward IsCountdownStarted; forward IsPlayerCountdownStarted[MAX_PLAYERS]; forward PlayerCountdownCount[MAX_PLAYERS]; forward CountdownCount; forward PlayerCountdownTimer[MAX_PLAYERS]; forward CountdownTimer; |