09.02.2011, 19:12
Hmm, well I don't have anyone to teach me, well atleast no one cares, but I sort of understand if they've better stuff to do, I've been looking at a script and been freaked out by this, it makes me think it's going to be impossible:
new stat[32];
strmid(stat, tmp, 0, sizeof(stat), sizeof(stat));
if (strcmp(stat, "Cash", true) == 0)
{
if(GetPlayerCash(playerid) >= 200)
{
if(GasTanks[playerid] == 3)
{
new stat[32];
strmid(stat, tmp, 0, sizeof(stat), sizeof(stat));
if (strcmp(stat, "Cash", true) == 0)
{
if(GetPlayerCash(playerid) >= 200)
{
if(GasTanks[playerid] == 3)
{