[FilterScript] [FS] Easy Administration 1.1 UPDATE [Register/Login - Admin Scritpt]
#9

Quote:
C:\Documents and Settings\Admin\Рабочий стол\Adminka.pwn(1001) : error 017: undefined symbol "SetPlayerMoney"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Here is the code, sorry for my English
Code:
	new string[128],string2[128],aname[MAX_PLAYER_NAME],name[MAX_PLAYER_NAME];
	SetPlayerMoney(pID,cash);
	GetPlayerName(playerid,aname,sizeof(aname));
	GetPlayerName(pID,name,sizeof(name));
	format(string,sizeof(string),"You have set the money of %s to %d $",name,cash);
  format(string2,sizeof(string2),"Admin %s has set your money to %d $",aname,cash);
  SendClientMessage(playerid,COLOR_GREEN,string);
  SendClientMessage(pID,COLOR_GREEN,string2);
	return 1;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)