27.07.2012, 01:08
Hey,
At the current time, I am writing full code:
I was wondering, how would I convert this into a list? If possible of course, like:
Could someone explain how this would work ?
Thanks,
-Mike.
At the current time, I am writing full code:
pawn Код:
if(!strcmp(params, "ammu", false, strlen(params)) || !strcmp(params, "lspd", false, strlen(params)) || !strcmp(params, "sfpd", false, strlen(params)) || !strcmp(params, "sasd", false, strlen(params)) || !strcmp(params, "noose", false, strlen(params)) || !strcmp(params, "bank", false, strlen(params)) || !strcmp(params, "cityhall", false, strlen(params)) || !strcmp(params, "tp", false, strlen(params)))
pawn Код:
new AntiAdminAbuseTp
{
... Items Here...
}
Thanks,
-Mike.