Pawno Problem
#6

Quote:
Originally Posted by arathin
View Post
Post your pawno code ill try to correct it for you. then explain what I did so this is beneficial for you.


EDIT -

If its saying that "if (!udb_Exists(PlayerName(playerid)))" is the problem then try this
"; (!udb_Exists(PlayerName(playerid)))" thats what its saying is wrong is that it expected to see ; but got if try it
pawn Code:
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2887) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2890) : error 017: undefined symbol "ShowLoginScreen"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2891) : error 029: invalid expression, assumed zero
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2891 -- 2892) : warning 215: expression has no effect
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2892) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2894) : error 001: expected token: ";", but found "-identifier-"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2895) : error 017: undefined symbol "ShowRegisterScreen"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2928) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2929) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2930) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2931) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2932) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2933) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2934) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2935) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2936) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2937) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2938) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2939) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2940) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2941) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2942) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2943) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2947) : error 004: function "ResetVariables" is not implemented
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2956) : error 004: function "RemoveRoadblock" is not implemented
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2979) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(3009) : error 017: undefined symbol "PlayerObjectUpdate"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
Reply


Messages In This Thread
Pawno Problem - by Vasu99 - 29.02.2012, 17:50
Re: Pawno Problem - by Vasu99 - 29.02.2012, 18:59
Re: Pawno Problem - by Unknownich - 29.02.2012, 19:01
Re: Pawno Problem - by Vasu99 - 29.02.2012, 19:31
Re: Pawno Problem - by arathin - 29.02.2012, 19:32
Re: Pawno Problem - by Vasu99 - 29.02.2012, 19:42
Re: Pawno Problem - by arathin - 29.02.2012, 19:47
Re: Pawno Problem - by Vasu99 - 29.02.2012, 19:49
Re: Pawno Problem - by Vasu99 - 29.02.2012, 20:23
Re: Pawno Problem - by SchurmanCQC - 29.02.2012, 20:26
Re: Pawno Problem - by Vasu99 - 29.02.2012, 20:27
Re: Pawno Problem - by Vasu99 - 29.02.2012, 20:59
Re: Pawno Problem - by arathin - 29.02.2012, 21:02
Re: Pawno Problem - by Vasu99 - 29.02.2012, 21:03
Re: Pawno Problem - by arathin - 29.02.2012, 21:04
Re: Pawno Problem - by Vasu99 - 29.02.2012, 21:10
Re: Pawno Problem - by arathin - 29.02.2012, 21:49
Re: Pawno Problem - by Vasu99 - 29.02.2012, 22:19
Re: Pawno Problem - by arathin - 29.02.2012, 22:37
Re: Pawno Problem - by Vasu99 - 29.02.2012, 23:21
Re: Pawno Problem - by Vasu99 - 01.03.2012, 09:05
Re: Pawno Problem - by Mark™ - 01.03.2012, 09:19
Re: Pawno Problem - by Vasu99 - 01.03.2012, 09:27
Re: Pawno Problem - by Mark™ - 01.03.2012, 09:30
Re: Pawno Problem - by Vasu99 - 01.03.2012, 09:33
Re: Pawno Problem - by Mark™ - 01.03.2012, 09:35
Re: Pawno Problem - by AWP Gaming - 01.03.2012, 09:49
Re: Pawno Problem - by Vasu99 - 01.03.2012, 09:52
Re: Pawno Problem - by AWP Gaming - 01.03.2012, 09:54
Re: Pawno Problem - by Vasu99 - 01.03.2012, 09:57
Re: Pawno Problem - by Vasu99 - 01.03.2012, 13:48
Re: Pawno Problem - by Vasu99 - 01.03.2012, 14:58
Re: Pawno Problem - by Vasu99 - 01.03.2012, 17:03

Forum Jump:


Users browsing this thread: 9 Guest(s)