error 017: undefined symbol "ReadPlayer" and error 017: undefined symbol "WritePlayer"
#1

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 ?
Reply
#2

Someone help me :/
Reply
#3

pawn Код:
new ReadPlayer;
new WritePlayer;
Reply
#4

Quote:
Originally Posted by 1fret
Посмотреть сообщение
pawn Код:
new ReadPlayer;
new WritePlayer;
Thanks those errors are now corrected but there's 4 other errors that got added in my script here they are :

(74) : error 012: invalid function call, not a valid address
(74) : error 001: expected token: ";", but found ")"
(74) : error 029: invalid expression, assumed zero
(74) : fatal error 107: too many error messages on one line

Here is the code(the line) where are located the errors :

public Spawn(playerid)
{
SpawnPlayer(playerid);
SetPlayerSkin(playerid, strval(ReadPlayer(2,playerid))); <-----
}
Reply
#5

Let me guess, you copied this from another script?

Just go that and copy the functions.
Reply
#6

What is in line 74 .. provide us?
Reply
#7

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
Reply
#8

Quote:
Originally Posted by 1fret
Посмотреть сообщение
thats what i was thinking too. Great mines think alike.i think the line with <----- is 74
Quote:
Originally Posted by ShivRp
Посмотреть сообщение
What is in line 74 .. provide us?
Quote:
Originally Posted by Stinged
Посмотреть сообщение
Let me guess, you copied this from another script?

Just go that and copy the functions.
Guys I needed help not people to criticize my script...
Reply
#9

I already told you to copy the functions from the script..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)