Whats wrong with this ZCMD command?
#3

You could of translate it to english.

Try this:
pawn Код:
CMD:papildyti( playerid, params[ ] )
{
    if( !strlen( params )  || !IsNumeric( params ) )
        return SendClientMessage( playerid,COLOR,"{FF0000}* Papildyti saskaita: {00FF00}/papildyti [kiek]" );
    new kiek = StringToInt( params );
    if( playerDB[ playerid ][ papildymas ] < kiek )
        return SendClientMessage( playerid,COLOR,"{00FF00}* Tu tiek neturi!" );
    playerDB[ playerid ][ papildymas ] -= kiek;
    return playerDB[ playerid ][ mobsas ] += kiek;
}
Reply


Messages In This Thread
Whats wrong with this ZCMD command? - by Osviux - 06.05.2011, 19:31
Re: Whats wrong with this ZCMD command? - by System64 - 06.05.2011, 20:38
Re: Whats wrong with this ZCMD command? - by Mean - 06.05.2011, 21:31

Forum Jump:


Users browsing this thread: 1 Guest(s)