Error when compiling
#1

What is wrong? :S

Код:
(131) : error 029: invalid expression, assumed zero
pawn Код:
else SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use that command!");
Reply
#2

else if ..
or
the entire code
Reply
#3

try else if
Reply
#4

osman answer
Reply
#5

I tried else if before but it didn't work
Reply
#6

I think it should be *else return SCM...*
Reply
#7

if the
pawn Код:
else if SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use that command!");
dont work
try this man :
pawn Код:
else
{
    SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use that command!");
}
and tell if it work's
Reply
#8

Quote:
Originally Posted by UltraScripter
Посмотреть сообщение
if the
pawn Код:
else if SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use that command!");
You can't do that...

pawn Код:
else return SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use that command!");
Reply
#9

*if don't work tell
Reply
#10

try this
else SCM(playerid, COLOR_WHITE, "You are not authorized to use that command!");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)