15.08.2009, 13:25
Quote:
So basically the object is following you? Is it smooth when you move? I think it may cause lagg if many players does /holder ? |
So basically the object is following you? Is it smooth when you move? I think it may cause lagg if many players does /holder ? |
Originally Posted by ŔгŷƤōďе
I've tested it and I've found out that when you're standing still the weapon is in your back a bit, is there any way to move it back a bit so its on your back perfectly when standing still?
|
(216) : error 047: array sizes do not match, or destination array is too small (219) : error 047: array sizes do not match, or destination array is too small
new cmd[128]; new idx; cmd = strtok(cmdtext, idx); if (!strcmp(cmd, "/holder", true)) { cmd = strtok(cmdtext, idx); new model = strval(cmd); SetHolderWeapon(playerid, model); return 1; } if (!strcmp(cmd, "/remove", true)) { RemoveHolderWeapon(playerid); return 1; }
Originally Posted by nuriel8833
Good work
tanks |
Originally Posted by GforceNL
Hi iff planted it in my Gamemode but i get this errors:
Код:
(216) : error 047: array sizes do not match, or destination array is too small (219) : error 047: array sizes do not match, or destination array is too small Код:
new cmd[128]; new idx; cmd = strtok(cmdtext, idx); if (!strcmp(cmd, "/holder", true)) { cmd = strtok(cmdtext, idx); new model = strval(cmd); SetHolderWeapon(playerid, model); return 1; } if (!strcmp(cmd, "/remove", true)) { RemoveHolderWeapon(playerid); return 1; } |
Originally Posted by earth101
มันคือwhat
|
General Rules: * SEARCH before you ask anything, most of the questions have been asked before. * No warez (and no-cd cracks, including any of the san andreas game files or leaked content), illegal materials or pornography. * No racism or any other forms of discrimination. * Don't advertise. A link to a site related to the topic is fine, spamming your home page is not. This includes advertising your servers and services. However, you are allowed to put advertisements in your signature or server advertisements. * No SPAM. If you are adding no useful information to a topic, you are spamming. * No double posting. There is a modify button , please use it. * English only. * Do not insult, curse at, tease, or make offensive comments towards other members. * Selling scripts or linking to sites that allow people to sell scripts are not allowed. * Don't post huge scripts. Use http://pawn.pastebin.com/ instead. * Scripts or other programmed things released on those forums MUST include all source. * When responding to coding questions make sure your code works first. * If someone posts a post you think is rule-breaking in some way report it and do not reply to say so. Signature & Avatar Rules: * Signatures can be a maximum of 250px high. * Images in your signature and avatar can't exceed 250KB in total size. Disclaimer: We reserve the right to alter, add or completely rewrite these rules at any time, with or without notice.