[Pedido] 3 errinhos
#1

error 076: syntax error in the expression, or invalid function call
error 072: "sizeof" operator is invalid on "function" symbols
error 076: syntax error in the expression, or invalid function call


3 Errors.


Quote:

if(strcmp(cmdtext,"/contar", true) == 0)
{
if(CountDown == -1)
{
CountDown = 6;
new string [128];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "{FF9900} %s {AFAFAF}iniciou uma contagem {FF9900}(/contar)", pName, playerid);
SendClientMessageToAll(Cinza, string);
SetTimer("countdown",1000,0);
return 1;
}
}

Reply


Messages In This Thread
3 errinhos - by lucas_MAPPER - 22.11.2012, 09:52
Re: 3 errinhos - by Q.I - 22.11.2012, 13:27
Re: 3 errinhos - by ViniBorn - 22.11.2012, 13:35
Re: 3 errinhos - by lucas_MAPPER - 22.11.2012, 13:50
Re: 3 errinhos - by Maklister - 22.11.2012, 14:58

Forum Jump:


Users browsing this thread: 2 Guest(s)