29.10.2009, 10:18
Hey guys i was wouldering how to add a RCON command to the script coz i found sum on wiki.sa-mp.com but how do i add them to my script?
:P


if(strcmp(cmdtext, "/do something rcon only") == 0)
{
if(IsPlayerAdmin(playerid))
{
//you can do that rcon only thing
}
else
{
//you can't
}
return 1;
}
Originally Posted by pimpscritper
dude how do ya learn these things and one more thing what is the script for banning IP
![]() |