How Do I Create Registration Script With DINI?
#1

How Do I Create Admin Script Without DINI? Does Anyone Have a Tutorial For That, I want it to be an up to date script
Reply
#2

There's heaps in the tutorial section.
Reply
#3

Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
There's heaps in the tutorial section.
Yea Um, i cant find one?
Reply
#4

http://forum.sa-mp.com/showthread.ph...=register+dini

Then you can make Admin commands like so:
Код:
if(strcmp(cmd,"/lol",true) == 0)
{
 if(PlayerInfo[playerid][pAdminLevel] <= 0)
{
  SendClientMessage(playerid,color,"You are not an Admin!");
  return 1;
}
  else {
  // admin command
  return 1;
 }
}
Reply
#5

Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
http://forum.sa-mp.com/showthread.ph...=register+dini

Then you can make Admin commands like so:
Код:
if(strcmp(cmd,"/lol",true) == 0)
{
 if(PlayerInfo[playerid][pAdminLevel] <= 0)
{
  SendClientMessage(playerid,color,"You are not an Admin!");
  return 1;
}
  else {
  // admin command
  return 1;
 }
}
Any Tutorials on how to make it without
Reply
#6

Quote:
Originally Posted by HayZatic
Посмотреть сообщение
Any Tutorials on how to make it without
Make what without what?
Reply
#7

How the hell is dini a up to date file writer...
Reply
#8

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
How the hell is dini a up to date file writer...
I Screwed Up I Meant How do i make it WITHOUT Dini.
Reply
#9

Quote:
Originally Posted by HayZatic
Посмотреть сообщение
I Screwed Up I Meant How do i make it WITHOUT Dini.
http://forum.sa-mp.com/search.php?searchid=2615589
http://forum.sa-mp.com/showthread.ph...t=registration
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)