06.01.2014, 19:19
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
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

