is there any way to merga all skins in one ?
#7

You may use sscanf or directly params.
PHP код:
CMD:stunt(playeridparams[])
{
    if(
isnull(params))
    {
        
SendClientMessage(playerid, -1,"Usage: /stunt <1/2>");
    }
    else
    {
        if(
params[0] == '1')
        {
            
// /stunt 1 used
        
}
        else if(
params[0] == '2')
        {
            
// /stunt 2 used
        
}
        else 
        {
            
// error message
        
}
    }
    return 
1;

Reply


Messages In This Thread
is there any way to merga all skins in one ? - by StevenLV - 23.05.2017, 11:46
Re: is there any way to merga all skins in one ? - by jlalt - 23.05.2017, 11:48
Re: is there any way to merga all skins in one ? - by StevenLV - 23.05.2017, 11:50
Re: is there any way to merga all skins in one ? - by jlalt - 23.05.2017, 11:51
Re: is there any way to merga all skins in one ? - by StevenLV - 23.05.2017, 12:00
Re: is there any way to merga all skins in one ? - by StevenLV - 23.05.2017, 12:02
Re: is there any way to merga all skins in one ? - by jlalt - 23.05.2017, 12:06

Forum Jump:


Users browsing this thread: 1 Guest(s)