02.12.2012, 16:14
https://sampforum.blast.hk/showthread.php?tid=120356
Or
if (!strcmp(params, "add", true))
{
// he typed add do something
}
else if (!strcmp(params, "remove", true))
{
// he typed remove do something
}
Or
if (!strcmp(params, "add", true))
{
// he typed add do something
}
else if (!strcmp(params, "remove", true))
{
// he typed remove do something
}