26.04.2009, 14:10
Please sum up where I have to add lines like this
-->
and
--->
PS: It's in A gamemode, so It's activated by command (for example: /gg)
...Iam scripting on this so long..it doesn't want to work =(
Bearfist
-->
Код:
If(killscore[playerid] = 1) ..blabla...
--->
Код:
InGunGame[playerid]=1; //also InGunGame[playerid]=0;
...Iam scripting on this so long..it doesn't want to work =(
Bearfist