Jump to content
  • 0

Ajutor sunt incepator :D


JilavaXXL

Question

Ce fac ca sa scap de warninguri ca am o gramada :(

De exemplu E:\123456789\samp\gamemodes\RO.pwn(57) : warning 217: loose indentation,

Comanda pe care am bagat-o a fost

public OnPlayerConnect(playerid)

{

SendClientMessage(playerid,0x336699F,"Bine ai venit pe server");

return 1;

}

Iar pe lina 57 a fost return 1;

Ajutati-ma va rog : :((

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

poti folosi acesta .. deoarece il am si eu si nu da prezenta de warn.

 #define SCM SendClientMessage 
   SendClientMessage(playerid, COLOR_LIGHTBLUE, "[ Bine ai venit pe..........");
              SendClientMessage(playerid, COLOR_LIGHTBLUE, "[Owner: .....]");
	SendClientMessage(playerid, COLOR_WHITE, "[Scripter: .....]");
	SendClientMessage(playerid, COLOR_WHITE, "[Contact: id tau ]");
	SendClientMessage(playerid, COLOR_LIGHTBLUE, "[ ce vrei tu");

Link to comment
Share on other sites

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.