20.12.2013, 05:53
Quote:
Hmm... i can't find the error... should i send you the full script? and you will check it?
|
Quote:
He didn't over-comment, it was PPC.
His whole gamemode is PPC.. |
EDIT: After looking at the full file you sent me, I instantly found a missing quotation mark ( " ) thanks to syntax highlighting, on line 763
SendClientMessage(playerid,-1,Your vehicle has been fliped");
->
SendClientMessage(playerid,-1, "Your vehicle has been fliped");
Also, it's spelt flipped.
Also, you should put spaces after commas to help with readability:
SendClientMessage(playerid, -1, "Your vehicle has been flipped.");