Two death message [HELP] +REP
#6

Quote:
Originally Posted by CalvinC
View Post
expected token: ";"
Forgot a semicolon.
pawn Code:
new msg[128]
if (killerid != INVALID_PLAYER_ID)
Should be
pawn Code:
new msg[128];
if (killerid != INVALID_PLAYER_ID)
now this:

Code:
D:\Barang2\samp_server\gamemodes\GAMEMODE.pwn(488) : error 017: undefined symbol "playerName"
D:\Barang2\samp_server\gamemodes\GAMEMODE.pwn(489) : error 017: undefined symbol "playerName"
D:\Barang2\samp_server\gamemodes\GAMEMODE.pwn(490) : error 017: undefined symbol "playerName"
Reply


Messages In This Thread
Two death message [HELP] +REP - by Chausar - 12.04.2015, 22:59
Re: Two death message [HELP] +REP - by Hybris - 12.04.2015, 23:05
Re: Two death message [HELP] +REP - by Azula - 12.04.2015, 23:12
Re: Two death message [HELP] +REP - by Chausar - 13.04.2015, 07:28
Re: Two death message [HELP] +REP - by CalvinC - 13.04.2015, 07:32
Re: Two death message [HELP] +REP - by Chausar - 13.04.2015, 08:10
Re: Two death message [HELP] +REP - by mamorunl - 13.04.2015, 09:40

Forum Jump:


Users browsing this thread: 1 Guest(s)