4 Errors ( Help Please )
#1

Solved.
Reply
#2

Functions are case sensitive.

GivePlayerRcash

Could be

GivePlayerCash.

Search for said function and correct your grammar.
Reply
#3

CuverO It's not a grammar mistake
Код:
new Rcash[MAX_PLAYERS];
stock GivePlayerRcash(playerid, money)
{
	Rcash[playerid] = Rcash[playerid] + money;
	return Rcash[playerid];
}
Reply
#4

Put the function before the script. Put it on the top.
Reply
#5

Still the same Necip
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)