#1

This is in the bottom of the script

Quote:

stock GivePlayerScore(playerid, scorenumber)
{
SetPlayerScore(playerid, GetPlayerScore(playerid) + scorenumber);
return 1;
}

Error
Quote:

C:\Users\Azozy\Desktop\Pawno\gamemodes\tdm.pwn(87) : error 017: undefined symbol "GivePlayerScore"

Line
Quote:

GivePlayerScore(killerid,1);

Reply
#2

Bump!
Reply
#3

The place where you put the function is wrong.
Change it to somewhere better.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)