Jump to content
  • 0

pomoc [HELP] CW/TG


Sparko

Dotaz

Čawte potrebujem súrne CW/TG mód najlepšie by bolo keby bol CZ/SK a bol by v pwn

Na google som nenašiel nič iba zaheslované na ulož.to prosím pomôžte mi posielajte link do komentárov alebo SS

Link to comment
Share on other sites

3 odpovědí na tuto otázku

Recommended Posts

  • 0

:d

btw:

 

E:\cwmode\cwmode\cwmode.pwn(187) : error 017: undefined symbol "SetObjectMaterial"

E:\cwmode\cwmode\cwmode.pwn(189) : error 017: undefined symbol "SetObjectMaterialText"

E:\cwmode\cwmode\cwmode.pwn(191) : error 017: undefined symbol "SetObjectMaterialText"

E:\cwmode\cwmode\cwmode.pwn(190) : warning 204: symbol is assigned a value that is never used: "SpawnObject"

E:\cwmode\cwmode\cwmode.pwn(1420) : error 017: undefined symbol "SetObjectMaterialText"

Hodilo mi to tieto chyby s Objectmi

187-191

SetObjectMaterial(SpawnObject, 0, 19341, "egg_texts", "easter_egg01", 0x00FFFFFF);

SpawnObject = CreateObject(19353, 2021.775878, 1006.701049, 16.422132, 0.000000, 0.000000, 0.000000);

SetObjectMaterialText(SpawnObject, "{FF8200}www.clan-css\nServer CSS", 0, OBJECT_MATERIAL_SIZE_256x128,"Arial", 51, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_LEFT);

SpawnObject = CreateObject(19353, 2021.775878, 1008.581396, 16.422132, 0.000000, 0.000000, 0.000000);

SetObjectMaterialText(SpawnObject, "{FF8200} sr.eu\n R", 0, OBJECT_MATERIAL_SIZE_256x128,"Arial", 51, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_LEFT);

 

1420

stock RefreshObject(){

new str[100];

format(str,100,"{00FF00}%d{FFFFFF}:{FF0000}%d",TeamScore[TEAM_HOME],TeamScore[TEAM_AWAY]);

for(new i; i < 9; i++){

SetObjectMaterialText(Object,str, 0, OBJECT_MATERIAL_SIZE_256x128,"Arial", 60, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);

}

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...