expected token: ";", but found ":" !!???
#1

sozzy
Reply
#2

You need an extra closing bracket at the end.
That is what happens when you dont indent your code.
pawn Код:
case 11:
{
if(!PlayerExtras[playerid][EXTRA_COMMAND_NEON])
{
if(PlayerUseCookies(playerid,CookiePrices[COOKIES_COMMAND_NEON][cprPrice]))
{
PlayerExtras[playerid][EXTRA_COMMAND_NEON]=true;
SendLanguageMessage(playerid,COLOR_WHITE," Du kannst nun den Command \"/neon\" benutzen, um ein Auto zu tunen!"," Now you can use the command \"/neon\" to mod a vehicle!");
}
}
} // Here
Reply
#3

i did it dude but it did not helped
Reply
#4

same here
pawn Код:
case 10:
{
if(PlayerUseCookies(playerid,CookiePrices[COOKIES_NICKCHANGE][cprPrice]))
{
PlayerInfo[pNameChanges][playerid] += 3;
SendLanguageMessage(playerid,COLOR_WHITE," Du kannst jetzt 3 mal mehr deinen Namen aendern."," You can change your name 3 more times.");
}
} //Here
Reply
#5

:OOOOOOOOOOOOOO
Reply
#6

what is exactly line 29154 is ?
Reply
#7

read my first post friend i gave the code
Reply
#8

Quote:
Originally Posted by gurmani11
Посмотреть сообщение
read my first post friend i gave the code
i mean what is exactly the line, your code doesnt show the line dude..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)