29.06.2012, 19:15
You didn't put bracket after SendClientMessage
It must be like this
pawn Код:
else
{
SendClientMessage(playerid, COLOR_GREY, "You are not in the truck!");
pawn Код:
else
{
SendClientMessage(playerid, COLOR_GREY, "You are not in the truck!");
}