Jump to content
  • 0

ZCMD Problem


PawnFox

Question

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:

C:\Users\Ciprian\Desktop\[V]IRUS Server\gamemodes\Virus.pwn(2449) : warning 203: symbol is never used: "z1"

Mentionez ca daca intru pe server si scriu /z1 , nu se intampla nimic , imi spune SERVER:Unknown Commad.             

communitylogosml.png

94.23.120.101:7778

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.