Posts: 157
Threads: 55
Joined: Jul 2013
Reputation:
0
I was making a player info saving system inmy gamemode script and then when I compiled I got those two errors :
error 017: undefined symbol "WritePlayer"
and
error 017: undefined symbol "ReadPlayer"
What can I do to correct these ?
Posts: 617
Threads: 129
Joined: Feb 2014
pawn Код:
new ReadPlayer;
new WritePlayer;
Posts: 1,578
Threads: 15
Joined: Feb 2013
Reputation:
0
Let me guess, you copied this from another script?
Just go that and copy the functions.
Guest4390857394857
Unregistered
What is in line 74 .. provide us?
Posts: 617
Threads: 129
Joined: Feb 2014
Quote:
Originally Posted by Stinged
Let me guess, you copied this from another script?
Just go that and copy the functions.
|
thats what i was thinking too. Great mines think alike.i think the line with <----- is 74
Posts: 1,578
Threads: 15
Joined: Feb 2013
Reputation:
0
I already told you to copy the functions from the script..