- 0
ZCMD Problem
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
PawnFox
Am comanda:
[pawn]
cmd:z1( playerid, params[] )
{
SendClientMessage ( playerid, COLOR_GREEN, "* Welcome to Zone 1");
SendClientMessage ( playerid, COLOR_YELLOW,"(Tip) If you need an automatic countdown , type /cd , and if you want health and armour , type /refill ");
ResetPlayerWeapons ( playerid );
SetPlayerInterior ( playerid, 0 );
SetPlayerPos ( playerid, 2100.3848,2186.3638,13.4786 );
SetPlayerFacingAngle( playerid, 122.0257 );
GivePlayerWeapon ( playerid, 28, 9999 );
GivePlayerWeapon ( playerid, 26, 9999 );
SetPlayerHealth ( playerid, 100 );
SetPlayerArmour ( playerid, 100 );
IsPlayerInFC[ playerid ] = 1;
return 1;
}
[/pawn]
si cand dau compile , primesc urmatoarea eroare:
Mentionez ca daca intru pe server si scriu /z1 , nu se intampla nimic , imi spune SERVER:Unknown Commad.
94.23.120.101:7778
6 answers to this question
Recommended Posts