15.04.2014, 12:58
Okay fixed errors right now..
But why it doesn't want to save that?
When I disconnect there isn't "Weed (number here)" saved it's still 0 it doesn't rise :/ this saving system is strange
But why it doesn't want to save that?
pawn Код:
dcmd_test(playerid, params[])
{
#pragma unused params
Weed[playerid] ++;
return 1;
}