14.05.2013, 08:37

Hello guys i was making a script ..when i'm done i tried to compile it but this window appeared and i didn't know where the errors located at ..can someone help me please ?
new pid;
if(IsPlayerConnected(pid))
case 4:
if(GetPlayerMoney(playerid)>=2500)
{
SendClientMessage(playerid,COLOR_WHITE,"You ha sucessfully bought first aid kit!");
SetPlayerHealth(playerid,100);
GivePlayerMooney(playerid,-2500);
return 1;
}
else SendClientMessage(playerid,COLOR_WHITE,"You don't have enought money!")
return 1;
}
rep if i help you :)
SSCANF( .. , "ui, pid ))
SSCANF(..., "u", pid))