Is this possible?
#8

Actually I think I know how would you be able to do it. Use ZCMD. Check has he typed all params. Then you strcmp to check is second parameter same as any variable. If yes you set it. But you can't use typed enum from command. Ex.
pawn Код:
if(!strcmp(param2,"ID",true)) PlayerInfo[param1][ID] = param3;
else if(!strcmp(param2,"Kills",true)) PlayerInfo[param1][Kills] = param3;
...
Hope you understood and that that's what you are looking for.
Reply


Messages In This Thread
Is this possible? - by oliverrud - 16.02.2012, 19:58
Re: Is this possible? - by devil77771 - 16.02.2012, 20:09
Re: Is this possible? - by [MG]Dimi - 16.02.2012, 21:19
Re: Is this possible? - by oliverrud - 16.02.2012, 23:30
Re: Is this possible? - by Toreno - 16.02.2012, 23:35
Re: Is this possible? - by oliverrud - 16.02.2012, 23:42
Re: Is this possible? - by Tannz0rz - 16.02.2012, 23:50
Re: Is this possible? - by [MG]Dimi - 17.02.2012, 10:01
Re : Is this possible? - by ricardo178 - 17.02.2012, 10:26
Re: Is this possible? - by milanosie - 17.02.2012, 11:03

Forum Jump:


Users browsing this thread: 2 Guest(s)