20.09.2009, 14:15
Sup, i've got the commands working.. sort of.. now i just need one more tad of help...
If i do /cylinder <Kabuuu> it only shows: Cylinder: K. Anyone know whats wrong with it?
If i do /cylinder <Kabuuu> it only shows: Cylinder: K. Anyone know whats wrong with it?
pawn Код:
dcmd_cylinder(playerid, params[])
{
new
string[128];
if (sscanf(params, "s", string))
{
SendClientMessage(playerid, 0xFF0000AA, "Usage: \"/cylinder <cylinder name>\"");
} else { ScooterCylinder[playerid] = params[playerid];
}
return 1;
}