Para the_chaoz
#1

the_chaoz hace tiempo en el 2011 ayudastes aun usuario hacer un countdown
y aca esta

Quote:

/variable
new TT, time = 5;
//cmd
if(!strcmp(cmdtext, "/countdown", true))return TT = SetTimer("Conteo", 1000, true);
//timer
forward Conteo();
public Conteo()
{
new str[8];
if(time>0)format(str, 5, "~R~%i", time);
else str = "~G~YAA!"
GameTextForAll(str, 1000, 4);
time--;
if(time == 0){
time = 5;
KillTimer(TT);
}
}

porque me sale estos errores?
Quote:

I:\server\my server\gamemodes\grandlarc.pwn(401) : warning 202: number of arguments does not match definition
I:\server\my server\gamemodes\grandlarc.pwn(401) : warning 202: number of arguments does not match definition
I:\server\my server\gamemodes\grandlarc.pwn(1760) : error 010: invalid function or declaration
I:\server\my server\gamemodes\grandlarc.pwn(176 : error 001: expected token: ";", but found "-identifier-"
I:\server\my server\gamemodes\grandlarc.pwn(1776) : warning 203: symbol is never used: "gArmySpawns"
I:\server\my server\gamemodes\grandlarc.pwn(1776) : warning 203: symbol is never used: "gMedicalSpawns"
I:\server\my server\gamemodes\grandlarc.pwn(1776) : warning 203: symbol is never used: "gPoliceSpawns"
I:\server\my server\gamemodes\grandlarc.pwn(1776) : warning 203: symbol is never used: "lastanimid"
I:\server\my server\gamemodes\grandlarc.pwn(1776) : warning 203: symbol is never used: "thisanimid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Reply


Messages In This Thread
Para the_chaoz - by uardo12 - 11.02.2013, 03:07
Re: Para the_chaoz - by Cacoby - 11.02.2013, 03:11
Respuesta: Para the_chaoz - by uardo12 - 11.02.2013, 03:16
Re: Para the_chaoz - by 007Skyfall - 11.02.2013, 03:23
Respuesta: Para the_chaoz - by Parka - 11.02.2013, 03:44
Respuesta: Para the_chaoz - by oOFotherOo - 11.02.2013, 11:01
Re: Para the_chaoz - by uardo12 - 11.02.2013, 18:31
Respuesta: Re: Para the_chaoz - by oOFotherOo - 11.02.2013, 19:01
Respuesta: Re: Para the_chaoz - by CrossOv3r - 11.02.2013, 19:07
Respuesta: Re: Para the_chaoz - by oOFotherOo - 11.02.2013, 19:25

Forum Jump:


Users browsing this thread: 1 Guest(s)