Need help with my script
#4

Quote:
Originally Posted by SantarioLeone
Посмотреть сообщение
Either Create a refund system, or you can just edit the values of when a player registers in your Gamemode.

If your using Dialog register/Login [Y_Ini] goto where it says:
pawn Код:
public OnDialogResponse
Under it you should have your register files For Example:
pawn Код:
INI_WriteInt(File,"Vip", 0);
Change the value "0" to the VIP Level you desire like 0= None 1=Bronze 2=Silver 3=Gold 4= Platinum
All it shows is this
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	new sendername[MAX_PLAYER_NAME];
	new string[128];
Where do I put in those values ?
Reply


Messages In This Thread
Need help with my script - by iNaruto - 12.09.2011, 14:59
Re: Need help with my script - by =WoR=Varth - 12.09.2011, 15:02
Re: Need help with my script - by SantarioLeone - 12.09.2011, 15:16
Re: Need help with my script - by iNaruto - 12.09.2011, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)