07.07.2012, 14:54
Hello. First of all I am sorry because I am really bigot
I don't use zcmd or another new things. I am still using strcmp and I am trying to adapt something to my server from Zcmd. Can you help me about converting this Zcmd to Strcmp? Thank you.
I just don't know how to convert '' Timer '' thing to Strcmp. How? If you help me, I can give you +rep =)
I don't use zcmd or another new things. I am still using strcmp and I am trying to adapt something to my server from Zcmd. Can you help me about converting this Zcmd to Strcmp? Thank you.Код:
Timer:TSKUpdate[5000]()
{
foreach(Player, i)
{
if(GetPVarType(i, "TSK"))
{
if(GetPVarInt(i, "TSKAttempt") != 0)
{


