YSI warnings
#1

Hey guys,

I'm trying out this function but it doesn't work for me.

Anybody got some advice?

This are the errors:

Код:
C:\Users\brandonpc\Desktop\SA-MP RP\gamemodes\testing.pwn(270) : warning 202: number of arguments does not match definition
C:\Users\brandonpc\Desktop\SA-MP RP\gamemodes\testing.pwn(272) : warning 202: number of arguments does not match definition
Код:
//register function
stock Register(playerid,key[])
{
	new PlayerData[64];
	new name[MAX_PLAYER_NAME];
	GetPlayerName(playerid,name,sizeof(name));
	format(PlayerData,sizeof(PlayerData),"/players/%s.ini",name);
	new INI:Player = INI_Open("/players/%s.ini",PlayerData);
	INI_SetTag(Player,"data");
	INI_SetTag(Player,"Password",key);
	INI_Close(Player);
	ShowPlayerDialog(playerid, DIALOG_REGISTER_SUCCESS, DIALOG_STYLE_MSGBOX, "Welcome", "You are succesfully registered, enjoy our server!", "Ok", "");
	return 1;
}
Peace,
Raaf
Reply


Messages In This Thread
YSI warnings - by Raaf - 09.01.2015, 22:14
Re: YSI warnings - by bgedition - 09.01.2015, 22:18
Re: YSI warnings - by Raaf - 09.01.2015, 22:19
Re: YSI warnings - by bgedition - 09.01.2015, 22:22
Re: YSI warnings - by Raaf - 09.01.2015, 22:25
Re: YSI warnings - by bgedition - 09.01.2015, 22:28
Re: YSI warnings - by Raaf - 09.01.2015, 22:29
Re: YSI warnings - by FunnyBear - 09.01.2015, 22:31
Re: YSI warnings - by bgedition - 09.01.2015, 22:32

Forum Jump:


Users browsing this thread: 1 Guest(s)