stock function give some erros
#1

Why do I get these error by this part of my script:

http://pastebin.com/nHVvHdUN
Reply
#2

Do like
pawn Код:
case 0: "Hi, how are you?";
case 1: "Szia, hogy vagy?";
And so on. But you can do like this too:
pawn Код:
case 0: {
SendClientTroll(playerid,"Hi");
SendClientTroll(playerid,"I'm Troll :)");
}
Reply
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
The numbers on the case statements are in the wrong place - they should be before the colon, not after.
Oh >.> I didn't see that

Thx!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)