Why this Errors?
#1

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/welcome", cmdtext, true, 10) == 0)
    SendClientMessageToAll(RED,"Welcome");
    
     


	return 1;
}
{
    if (strcmp("/refunds", cmdtext, true, 10) == 0);
	GivePlayerMoney(playerid,2345000);
	SetVehicleParamsForPlayer(490,playerid,"nothing",doorslocked);

	return 1;
}
Errors:
Код:
\Script\gamemodes\FR.pwn(131) : error 055: start of function body without function header
D:\Script\gamemodes\FR.pwn(132) : error 010: invalid function or declaration
D:\Script\gamemodes\FR.pwn(136) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
WHy this Errors?
Reply


Messages In This Thread
Why this Errors? - by Andrew97 - 15.04.2012, 10:37
Re: Why this Errors? - by sjvt - 15.04.2012, 10:41
Re: Why this Errors? - by Andrew97 - 15.04.2012, 10:53
Re: Why this Errors? - by RollTi - 15.04.2012, 10:55
Re: Why this Errors? - by Andrew97 - 15.04.2012, 11:03
Re: Why this Errors? - by Andrew97 - 15.04.2012, 11:08
Re: Why this Errors? - by Andrew97 - 15.04.2012, 11:10
Re: Why this Errors? - by RollTi - 15.04.2012, 11:12
Re: Why this Errors? - by Andrew97 - 15.04.2012, 11:14
Re: Why this Errors? - by Faisal_khan - 15.04.2012, 11:17

Forum Jump:


Users browsing this thread: 2 Guest(s)