chicken emoji what do you mean when you say definition?
AutoTopGR
Posts
-
can someone please help me with this? -
can someone please help me with this?chicken emoji i made it my self and it supposed to write in the center of the screen +100 if i kill a zombie and +150 if i kill it with headshot
-
can someone please help me with this?chicken emoji thanks it fixed the compiling problem but when i try to start a zombies map i get these **** Unresolved external : "createfx" with 4 parameters in "main" at line 1 ****
**** Unresolved external : "createfontstring" with 5 parameters in "main" at lines 1,1 ****
**** Unresolved external : "hudsetelementtext" with 3 parameters in "main" at l any ideas? -
can someone please help me with this?chicken emoji so i have to remove #symbol?
-
can someone please help me with this?it gives me an error in an unrelated line when i try to compile it and i don;t understand why
-
can someone please help me with this?#include "maps/mp/_utility";
#include "maps/mp/_hud_util";
#include "maps/mp/_createfx";init()
{
level thread OnPlayerConnected();
}OnPlayerConnected()
{
for(;;)
{
level waittill("connected", player);if (isDefined(player.pers["isBot"]) && player.pers["isBot"]) { continue; } player thread DisplayKillPoints(); }
}
DisplayKillPoints()
{
self endon ("disconnect");
level endon("game_ended");for(;;) { player waittill("killed_zombie"); if(player.killed_zombie_by_headshot) { createFx( "blood_splash_headshot", player.origin, player.angles, player ); createFontString( "objective", "hudsmall", 2.2, player.origin + (0,0,80), (1,1,0) ) + "+150"; hudSetElementText( player, "objective", "+150" ); } else { createFx( "blood_splash_zombie", player.origin, player.angles ); createFontString( "objective", "hudsmall", 2.2, player.origin + (0,0,80), (1,1,0) ) + "+100"; hudSetElementText( player, "objective", "+100" ); } }
}
-
[MP] Modern Warfare 3 Mapvotewhere can I find a killstreak counter script for iw5?
-
[MP/ZM] Black Ops II Mapvotedoes it work on custom matches in multiplayer?
-
Public FPS Boost ScriptResxt it gives me an error GSC Compiler:scripts/publicfpsboost.gsc:28:5: unknown function call povertyhud. Any idea on how to fix it?
-
Public FPS Boost ScriptCan someone tell me in which folder do I put the script in?