SA-MP Forums Archive
Help Needed About Knowledge on Making Samp Movies - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Needed About Knowledge on Making Samp Movies (/showthread.php?tid=161212)



Help Needed About Knowledge on Making Samp Movies - IanDaCJ - 19.07.2010

kk guys so i Ian and my friend Pecron started making movies (Pecrian ******* Account) But We Need To Know What We Seriously Need For Sucess I Mean Like.. To Get Views Etc..
Our First Movie Got A Hit Of 260views in 50mins after uploaded but then it stopped. Then I Posted Vid On Here But No-one Is Really Intended To Watch Exept Some Few People...
kk but anyway..

1. I need To Delete NameTags And Names (how can it be done pls?)
2. What Should We Have To Make The Movie Cooler?
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks, Ian


Re: Help Needed About Knowledge on Making Samp Movies - matthewdriftking - 19.07.2010

About name tags use this

if(strcmp(cmdtext, "/nametagson", true)==0)
{
SendClientMessage(playerid, COLOR_GREEN, "The Nametags are enabled.");
for(new i = 0; i < MAX_PLAYERS; i ++)
{
ShowPlayerNameTagForPlayer(playerid, i, 1);
}
return 1;
}

if(strcmp(cmdtext, "/nametagsoff", true)==0)
{
SendClientMessage(playerid, COLOR_GREEN, "The Nametags are disabled.");
for(new i = 0; i < MAX_PLAYERS; i ++)
{
ShowPlayerNameTagForPlayer(playerid, i, 0);
}
return 1;
}

2 : Maybe some snow
__________________________________________________ ______________________________________________