Jump to content

Question

Posted

Ma ajuta cineva  cu  ceva ? anume cu :

La alte servere este asa comanda /Updates si acolo arata tot ce e nou vreu si eu sa fac asa ceva am o programa cu care am facut si teleportul /plaja dar comanda cum sa o fac uitati o imagine cu programa e incercuita cu rosu

Poza : http://imageshack.us/photo/my-images/69/83438887.png/

Cer ajutor  - > MS

7 answers to this question

Recommended Posts

Posted

[pawn]#define COLOR_WHITE 0xFFFFFFFF[/pawn]

[pawn]if(strcmp(cmd, "/updates", true)== 0)

{

if(IsPlayerConnected(playerid))

{

SendClientMessage(playerid, COLOR_WHITE, "MESAJ 1");

                        SendClientMessage(playerid, COLOR_WHITE, "MESAJ 2");

                        SendClientMessage(playerid, COLOR_WHITE, "MESAJ 3");

                        SendClientMessage(playerid, COLOR_WHITE, "MESAJ 4");

                        SendClientMessage(playerid, COLOR_WHITE, "MESAJ 5");

return 1;

}

}[/pawn]

gXvsYS
Posted

la liniile cu #define

am pus deja imi da un warning

[pawn]C:\Documents and Settings\UserXP\??????? ????\New Update RDZ!!!\Server RDZ\Server RDZ\gamemodes\DKR.pwn(107) : warning 201: redefinition of constant/macro (symbol "COLOR_WHITE")[/pawn]

cred ca tre sa pun codul ala cu x la culoarea alba

Posted

am pus deja imi da un warning

[pawn]C:\Documents and Settings\UserXP\??????? ????\New Update RDZ!!!\Server RDZ\Server RDZ\gamemodes\DKR.pwn(107) : warning 201: redefinition of constant/macro (symbol "COLOR_WHITE")[/pawn]

ai definit de 2 ori COLOR_WHITE, sterge una ..

communitylogosml.png

94.23.120.101:7778

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.