Help with error in script !
#1

Hey guys , I have an error that I really don't know how to fix.

Here it is :

The error here is a tag mismatch at this line :
Quote:

if (!Braquage == 0)

Quote:

if (!Braquage == 0)
{
SendClientMessage(playerid, COLOR_RED, "Le braquage est dйjа autorisй");
}
Braquage = 0; print("Braque a 0 !");
SendClientMessageToAll(COLOR_RED, "Le braquage est autorisй");
return 1;

Thank you for your help !
Reply
#2

do
pawn Код:
if (Braquage != 0)
If you do == (something), you don't need to do something in front it.
Reply
#3

Quote:
Originally Posted by Jstylezzz
Посмотреть сообщение
do
pawn Код:
if (Braquage != 0)
If you do == (something), you don't need to do something in front it.
Thanks a lot !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)