Flaws while reading from a string
#3

Your not setting the random value when they register your only saving it to file.

Also.... don't do this

if (!response) return Kick(playerid);
if (response)

do this

if(!reponse) Kick(playerid);
else
{
}

no need for two ifs here.
Reply


Messages In This Thread
Flaws while reading from a string - by rhds - 10.04.2013, 19:37
Re: Flaws while reading from a string - by rhds - 11.04.2013, 12:00
Re: Flaws while reading from a string - by Pottus - 11.04.2013, 12:08
Re: Flaws while reading from a string - by rhds - 11.04.2013, 12:21
Re: Flaws while reading from a string - by Pottus - 11.04.2013, 12:24
Re: Flaws while reading from a string - by rhds - 11.04.2013, 12:30
Re: Flaws while reading from a string - by Pottus - 11.04.2013, 12:33
Re: Flaws while reading from a string - by rhds - 11.04.2013, 12:38
Re: Flaws while reading from a string - by DanLore - 11.04.2013, 12:58
Re: Flaws while reading from a string - by rhds - 11.04.2013, 13:34

Forum Jump:


Users browsing this thread: 2 Guest(s)