KCASH problem.
#1

My server uses this cheap type of money called "KCASH" ...
They are like points but they are money at the same time...
This goes at the top of my script.
Код:
new KCASH[MAX_PLAYERS];
And when you spawn .. I want it to give you 15 KCASH .. So i put this under Publicongamemodeinit

Код:
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
Errors i get.
Код:
C:\Documents and Settings\home\Desktop\samp02Xserver.win32\gamemodes\KingsRPG.pwn(71) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
KCASH problem. - by Sal_Kings - 02.09.2009, 19:55
Re: KCASH problem. - by Battlaman - 02.09.2009, 20:17
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:26
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:31
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:36
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:36
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:43
Re: KCASH problem. - by Clavius - 02.09.2009, 20:46
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:48

Forum Jump:


Users browsing this thread: 1 Guest(s)