26.07.2008, 20:27
How do I force a player to run a command?
Since the command isnt a function I simply just can not run: myfunction(playerid);
So who do I make a player run the command "/info" automatic?
EDIT:
I found a way:
OnPlayerCommandText(playerid,"/info");
Since the command isnt a function I simply just can not run: myfunction(playerid);
So who do I make a player run the command "/info" automatic?
EDIT:
I found a way:
OnPlayerCommandText(playerid,"/info");

