06.01.2014, 19:40
I didn't read the entire tutorial and I saw that now by the above user's post. You've used char in the Name and IP arrays but you used them incorrect. You're supposed to use strpack/strunpack for it and it's good if you want to make less size but really not recommended into a tutorial.
http://pastebin.com/yA3LU9pu
Quote:
Hello,
I tried to follow your tutorial but I encounter some errors: Beta.pwn(69) : warning 217: loose indentation Beta.pwn(119) : error 017: undefined symbol "Name" Beta.pwn(119) : warning 215: expression has no effect Beta.pwn(119) : error 001: expected token: ";", but found "]" Beta.pwn(119) : error 029: invalid expression, assumed zero Beta.pwn(119) : fatal error 107: too many error messages on one line Pastbin: http://pastebin.com/JksS6uE9 How can I fix this ? Thank you =) Line 119: GetPlayerName(playerid, Name[playerid], 24); //Getting player's name |