26.06.2009, 17:05
Here is my Second GM but, this time its Small Dm Area in lv
I hope you will like
Screen shots :
[b]Download Link :Dm.rar
Teleport to that Area :
I hope you will like
Screen shots :
[b]Download Link :Dm.rar
Teleport to that Area :
Code:
if (strcmp("/team a ", cmdtext, true, 10) == 0) { SetPlayerPos(playerid,2790.0315,1029.8280,10.8984); GivePlayerWeapon(playerid, 29, 9999); GivePlayerWeapon(playerid, 32, 9999); SendClientMessage(playerid, COLOR_GREEN, "Teleported to -Clan War - "); return 1; } if (strcmp("/team b ", cmdtext, true, 10) == 0) { SetPlayerPos(playerid,2913.6201,1038.3622,10.8984); GivePlayerWeapon(playerid, 29, 9999); GivePlayerWeapon(playerid, 29, 9999); GivePlayerWeapon(playerid, 32, 9999); SendClientMessage(playerid, COLOR_BLUE, "Teleported to -Clan War - "); return 1; }