Need sSomeTHing

Started by HaCkeR0o1, Oct 21, 2015, 01:46 PM

Previous topic - Next topic

:P

#15
Show us line # 900
and i think you didnt copy paste correctly its works perfect for me
SLC is a good scripter but he always use bad words for abusing players :P

MacTavish

Expression Expected occurs in conditions mentioned below

Condition 1: when we remove an requierd bracket.
onPlayerJoin(player)
{
if(player)
{
MessagePlayer("welcome",player);
}
// and we forgot to put or remove an bracket from here

Condition 2: when put extra bracket

onPlayerJoin(player)
{
if(player)
{
MessagePlayer("welcome",player);
}
}
}// by mistakenly put extra bracket


But in both condition the result will be

[expression expected]
It was just an little explaination

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

EK.IceFlake

Also expression expected can occur on something like this but it'll tell lines etc
try
{
    whatever();
}
print ("hey dudes"); //we put a print statement between try/catch block
catch (ex) {}
and on
player.Health = 0%; //lol that %

KAKAN

What was the need of it, @Crys?
He would just post that.
@Topic creator.
Just look at the line 900.
Check for an extra/less bracket.
If yes, then just remove it,
Else post your whole code here.
oh no

HaCkeR0o1

Guys Solved i get codes thanks all for there feed back.
Hammad.