03.04.2009, 22:57
Quote:
|
Originally Posted by lrZ^ aka LarzI
I think he means the part "[playerid/name]"
|
I honestly think it's a long and stupid way..
pawn Код:
if(!strlen(tmp))
{
SendClientMessage(playerid, color, "Usage: /kill2 [playerid/name]");
return 1;
}
pawn Код:
//I like for short messages to do like
if(!strlen(something)) return SendClientMessage(playerid,color,"USAGE: /kill2 [playerid/name]");
If it's longer.
pawn Код:
if(!strlen(something))
return SendClientMessage(playerid,color,"usage: /usemebecausei'malongmessageandihatetomakesuchalongmessageinthesameline..");

