21.08.2016, 22:24
hey there im testing something but when there are 2 or more players doing same thing that i do the timers gets mixed with each other how to split them up help me
this is my codes
this is my codes
Код:
new robbz;
COMMAND:testing(playerid , params[])
{
robbz[playerid] = dini_Int(tmpf, "bizcash") / 4000;
new ft[30];
format(ft, sizeof(ft),"Testing Timer :%d",robbz-GetPVarInt(playerid, "robbingtime");
PlayerTextDrawSetString(playerid, timerTD[playerid],ft);
return 1;
}

