02.09.2009, 19:55
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.
And when you spawn .. I want it to give you 15 KCASH .. So i put this under Publicongamemodeinit
Errors i get.
They are like points but they are money at the same time...
This goes at the top of my script.
Код:
new KCASH[MAX_PLAYERS];
Код:
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]++;
Код:
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.