14.06.2009, 22:28
How to do this?
I have a code,
And how do i make it do this,
When someone goes to shop and types,
/buy c4,
It changes
To
Is it like
Is it possibly like that? Please update me
I have a code,
pawn Код:
new C4BUY[MAX_PLAYERS];
When someone goes to shop and types,
/buy c4,
It changes
pawn Код:
C4BUY[playerid] = 0;
pawn Код:
C4BUY[playerid] = 1;
pawn Код:
if (C4BUY[playerid] = 0;
C4BUY[playerid] = 1;
Is it possibly like that? Please update me