Problem
#1

i use GF mod, and when i put "if (IsPlayerNPC(playerid))" in the mod its still not working. Do i have to do something else?
Reply
#2

you missed #include <a_samp> one.
Or you have such thing as /login.
Reply
#3

I have /login and /register and what do i need to do?
Reply
#4

Thats th thing,they cat login.
Unless you dont do autologin, or something
Reply
#5

How to do the auto login?
Reply
#6

dunno mabye this will give you a good idea.
Pawno
Код:
	if(!udb_Exists(PlayerName2(playerid))) SendClientMessage(playerid,orange, "ACCOUNT: Type /register [password] to create an account");
	else
	{
	  PlayerInfo[playerid][Registered] = 1;
		format(file,sizeof(file),"/ladmin/users/%s.sav",udb_encode(PlayerName));
		new tmp2[256]; tmp2 = dini_Get(file,"ip");
		if( (!strcmp(tmp3,tmp2,true)) && (ServerInfo[AutoLogin] == 1) )
		{
			LoginPlayer(playerid);
			if(PlayerInfo[playerid][Level] > 0)
			{
Reply
#7

stop using gf and you will never get any of this problems again
Reply
#8

Quote:
Originally Posted by [LRP
Sayaron ]
stop using gf and you will never get any of this problems again
i was about to say the same thing.

mate don't waste your time you wont get any players with a GF edit server and you will just make other role play server look bad. so please dont save us all a bit of hassle
Reply
#9

i am not opening a server its just for me and my frends for fun

Btw. i have another problem the npc dosent leve the server, but he is not in the car what to do?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)