SA-MP Forums Archive
help with auto command when spawn - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help with auto command when spawn (/showthread.php?tid=540788)



help with auto command when spawn - haridz - 07.10.2014

Are there anyway to make the player auto do the cmd like /login when spawn


Re: help with auto command when spawn - Quickie - 07.10.2014

Yes.... but show your code first so we can help you


Re: help with auto command when spawn - Jdt - 07.10.2014

Yes . The Code will be Updated


Re: help with auto command when spawn - (SF)Noobanatior - 07.10.2014

sure there is
Код:
public OnPlayerSpawn(playerid) {
     OnPlayerCommandText(playerid, "/login password");
}