[FilterScript] Ammunation Minigame
#12

the script is real nice .. i'm trying to add score system
pawn Код:
new tscore;
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(GetPVarInt(playerid, "training") == 1)
    {
        if(newkeys & KEY_FIRE && GetPlayerWeapon(playerid) != 0)
        {
            new Float:x,
                Float:y,
                Float:z;
            GetPosFromView(playerid, 80, x, y, z);
            for(new  ob,l=MAX_OBJECTS;ob<l;ob++)
            {
                if(ObjectToPoint(playerid, 1,ob, x, y, z) != 0)
                {
                    tscore++;
                    DestroyPlayerObject(playerid, ob);
                }
                }
        }
        return 1;
    }
    return 0;
}
pawn Код:
COMMAND:tscore(playerid, params[])
{
    new string[128];
    format( string, sizeof( string ), "Score = %d", tscore);
    SendClientMessage(playerid, FAILURE, string );
    return 1;
}
what i'm doing wrong ? Oo
score doesn't update and it stays on 0
Reply


Messages In This Thread
Ammunation Minigame - by Retardedwolf - 26.09.2010, 23:39
Re: Ammunation Minigame - by westorz - 26.09.2010, 23:44
Re: Ammunation Minigame - by DSK_Vyorel - 27.09.2010, 03:19
Re: Ammunation Minigame - by Basicz - 27.09.2010, 06:59
Re: Ammunation Minigame - by Retardedwolf - 27.09.2010, 09:18
Re: Ammunation Minigame - by westorz - 27.09.2010, 20:16
Re: Ammunation Minigame - by Retardedwolf - 27.09.2010, 21:31
Re: Ammunation Minigame - by willsuckformoney - 27.09.2010, 22:08
Respuesta: Ammunation Minigame - by MrDeath537 - 27.09.2010, 22:18
Re: Ammunation Minigame - by Lynn - 13.12.2010, 23:16
Re: Ammunation Minigame - by Cacoby - 14.12.2010, 01:51
Re: Ammunation Minigame - by Blatnoi - 14.12.2010, 05:35
Re: Ammunation Minigame - by Johny_Cole - 14.12.2010, 05:51
Re: Ammunation Minigame - by Johny_Cole - 14.12.2010, 05:59
Re: Ammunation Minigame - by Retardedwolf - 14.12.2010, 06:10
Re: Ammunation Minigame - by Blatnoi - 14.12.2010, 06:37
Re: Ammunation Minigame - by Blatnoi - 14.12.2010, 07:10
Re: Ammunation Minigame - by Retardedwolf - 14.12.2010, 07:13
Re: Ammunation Minigame - by Blatnoi - 14.12.2010, 07:50
Re: Ammunation Minigame - by Luka P. - 14.12.2010, 14:10
Re: Ammunation Minigame - by knackworst - 14.12.2010, 14:15
Re: Ammunation Minigame - by matheuzinho - 14.12.2010, 16:02
Re: Ammunation Minigame - by Blatnoi - 15.12.2010, 04:17
Respuesta: Ammunation Minigame - by CuervO - 15.12.2010, 04:29
Re: Ammunation Minigame - by Retardedwolf - 15.12.2010, 05:02
Re: Ammunation Minigame - by davve95 - 30.05.2011, 15:14
AW: Ammunation Minigame - by Forbidden - 02.06.2011, 13:48
Re: Ammunation Minigame - by Hansolue - 13.03.2012, 20:04

Forum Jump:


Users browsing this thread: 8 Guest(s)