RegisterSystem Error
#1

Hi, I have an error I can not fix it myself so I need your help

My error In line 12 ERROR >> :
Код:
error 035: argument type mismatch (argument 1)
THE LINES 8-13
Код:
public OnPlayerConnect(playerid)
{
	new RegUsers[256];
	format(RegUsers,sizeof(RegUsers),"Users/%s.ini",GetName(playerid));
	if(DOF2_FileExists(RSys(playerid))
{
Thanks to helpers!
Reply
#2

I think you're missing a bracket here..
pawn Код:
if(DOF2_FileExists(RSys(playerid))
It shall be
pawn Код:
if(DOF2_FileExists(RSys(playerid)))
If the problem still exist then post "DOF2_FileExists" and "RSys" stocks.
Reply
#3

There is still an error, I tried what you gave me, can you help me?!
Reply
#4

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
If the problem still exist then post "DOF2_FileExists" and "RSys" stocks.
Give the codes of that!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)