26.11.2010, 22:31
Код:
dcmd_sellgun( playerid, params[] ) { new otherid, wepname[50], idx; if( sscanf( params, "us", otherid, wepname ) ) //show list here else //show other code here return 1; }
Also string lenghts of 256 are really not necessary for player names/id's or weapon names..