04.10.2011, 13:44
Some mapping failures. Again strcmp is something not new. What's the point in giving it a map name when it's a filterscript?
did you just copy/paste that cause it is really not the way you do it.
and
What's the point in giving the weapon? And army bases don't need a command, anyway not bad for a first release.
I suggest you stop caring about the scripting, just release the MTA map and let others care about the script they want to script and if they want dynamic or simple objects. If you want to be more helpful just give the coordinates to others.
Код:
if (strcmp("/army1", cmdtext, true, 10) == 0)
and
Код:
if (strcmp("/army1", cmdtext, true, 10) == 0) { SetPlayerPos(playerid, -1326, 500, 17); GivePlayerWeapon(playerid, 31, 9999999); return 1; }
I suggest you stop caring about the scripting, just release the MTA map and let others care about the script they want to script and if they want dynamic or simple objects. If you want to be more helpful just give the coordinates to others.