Help! bad problem
#1

Код:
public OnPlayerSpawn(playerid)
{
	GivePlayerWeapon(playerid, 27,250)
	return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
	GivePlayerMoney(playerid, -1838)
	GivePlayerMoney(killerid, 2038)
	return 1;
}
C:\Documents and Settings\Sanaв\Bureau\samp03csvr_win32\gamemodes\l sgw.pwn(101) : error 001: expected token: ";", but found "return"
C:\Documents and Settings\Sanaв\Bureau\samp03csvr_win32\gamemodes\l sgw.pwn(107) : error 001: expected token: ";", but found "-identifier-"
C:\Documents and Settings\Sanaв\Bureau\samp03csvr_win32\gamemodes\l sgw.pwn(10 : error 001: expected token: ";", but found "return"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

Hope you opened my pb
Reply


Messages In This Thread
Help! bad problem - by New Ilyass - 23.01.2011, 10:15
Re: Help! bad problem - by Jay. - 23.01.2011, 10:18
Re: Help! bad problem - by Jay. - 23.01.2011, 10:19
Re: Help! bad problem - by New Ilyass - 23.01.2011, 10:24

Forum Jump:


Users browsing this thread: 1 Guest(s)