Quote:
Originally Posted by Unte99
There's no no point in creating the same two variables for the same use. Just create them once. You could try it like this:
pawn Код:
if(UserStats[playerid][KeysBob] == 0) { // your code... } if(UserStats[playerid][KeysBob] == 1) { // your code... }
|
It`s still no locked!I don`t know why..