Ezt tovább tudod fejleszteni:
#include a_samp
#include zcmd
#include sscanf2
#include seif_walk
CMD:walk(playerid, params[])
{
new style;
if(sscanf(params, \"d\",style)) return SendClientMessage(playerid, -1, \"Használat: /walk <Séta stílus id>\");
SetPlayerWalkingStyle(playerid, style);
SendClientMessage(playerid, -1, \"Sétálási stílus átváltva!\");
return 1;
}