Table Problem
#4

Try this
PHP код:
for(new iMAX_PLAYERSi++)
        {
             new 
tmpid IsPlayerInBiz(playerid), tmpf[80];
             
format(tmpfsizeof(tmpf), "%s.txt"biz[tmpid][bizname]);
            if(!
IsPlayerConnected(i)) continue;
            if(!
IsPlayerInRangeOfPoint(i20.0rPos[0], rPos[1], rPos[2])) continue;
            if(
PlayerInfo[i][playerteam] != PlayerInfo[playerid][playerteam]) continue;
            
            new 
cashrobbing dini_Int(tmpf,"bizcash")/ 5;
            
SetPVarInt(i"robbingtime"GetPVarInt(i"robbingtime") + );
            new 
tst[500];
            
format(tst,sizeof(tst),"Robbers:~n~%s~n~%s",tst,RPName(i));
            
TextDrawSetString(robbTDD1[i],tst);
            
TextDrawShowForPlayer(i,robbTDD1[i]);
        } 
Reply


Messages In This Thread
Table Problem - by ThatFag - 23.08.2016, 21:25
Re: Table Problem - by Shinja - 23.08.2016, 21:28
Re: Table Problem - by ThatFag - 23.08.2016, 22:57
Re: Table Problem - by Shinja - 23.08.2016, 23:01
Re: Table Problem - by ThatFag - 24.08.2016, 01:06
Re: Table Problem - by Shinja - 24.08.2016, 01:12

Forum Jump:


Users browsing this thread: 2 Guest(s)