#1

D:\GTA SA\samp\GMS\Myserver2\gamemodes\gang2.pwn(1593) : error 001: expected token: ")", but found "{"

Someone knows what my problem is?
I don't see anything.
Reply
#2

Show us the line 1593
Reply
#3

Okay. Wait..
Reply
#4

postline 1593
Reply
#5

/imageshack/img818/8328/46324957.png
Reply
#6

Copy And Past It here
Reply
#7

postline 1593 not images.
Reply
#8

There is missing one ) in the end, check it.
Reply
#9

PHP код:
1589   SendClientMessage(playeridCOLOR_PURPLE,"Rule No8.Don't do Team Kill.");
1590    return 1;
1591    }
1592    if(strcmp("/credits"cmdtexttrue7)
1593    {
1594    SendClientMessage(playeridCOLOR_YELLOW," Scripters: Tdar and Party_dude ");
1595    SendClientMessage(playeridCOLOR_PURPLE," Special thanks to Tom_Fox for testing.");
1596    return 1;
1597    
Reply
#10

pawn Код:
if (strcmp("/credits", cmdtext, true, 10) == 0)
{
    SendClientMessage(playerid, COLOR_YELLOW," Scripters: Tdar and Party_dude ");
    SendClientMessage(playerid, COLOR_PURPLE," Special thanks to Tom_Fox for testing.");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)