Help Me Erro.Playerid
#1

Код HTML:
./includes/callbacks.pwn(9006) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
---Code
Код HTML:
public GivePlayerCash (playerid, money)
{
	PlayerInfo[playerid][pCash] += money;
	}
}
Reply
#2

You didn't try very hard, did you...?

{ x1
} x2
Reply
#3

lа sao ?
Reply
#4

what it mean ?
Reply
#5

Did you even check your code before posting?
Reply
#6


Code
Код HTML:
public GivePlayerCash (playerid, money)
{
        {
    PlayerInfo[playerid][pCash] += money;
    }
return 1;
}
Reply
#7

try this, oh and please speak english please don't talk another language!
public GivePlayerCash (playerid, money)
{
PlayerInfo[playerid][pCash] += money;
}
Reply
#8

Reply
#9

trust delete that code and add this code
public GivePlayerCash (playerid, money)
{
PlayerInfo[playerid][pCash] += money;
}
Reply
#10



Erro?
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)