Help Needed About Knowledge on Making Samp Movies
#1

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
Reply
#2

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
__________________________________________________ ______________________________________________
Reply


Forum Jump:


Users browsing this thread: