Jump to content

Rock's Vip System


Guest RockStar

Recommended Posts

Guest RockStar

[glow=black,2,300]Rock[/glow]'s [glow=black,2,300]Vip[/glow] [glow=black,2,300]System[/glow]

Scripted by Rock

Informatii :

Acest script este pentru serverele care doresc sa aiba un Vip System si nu gasesc unu.

Am creat acest script deaorece am vazut ca nu prea exista sisteme de vip si am decis sa fac eu unul.

Comenzi :

  • /setvip - Doar Rcon Admins , seteaza un player ca vip.
  • /getvip - Doar Rcon Admin , ia vipul unui player
  • /vipgoto - Teleporteaza un player catre altul
  • /maxammo - Seteaza gloane infinite pentru toate armele care le detine
  • /spawnme - Spawneaza playerul care foloseste comanda
  • /vcmds - Arata toate comenzile de vip intrun dialog
  • /vips - Arata toti vipi care sunt online
  • /vclub - Vip Club
  • /vcar - Vip Car (id 409 )

Cateva poze :

VipChat.png

Comenzi.png

Download :

[download]Solidfiles.Com[/download]

[download]MediaFire.Com[/download]

Probleme/Buguri si altele :

Daca apar erori sau ai gasit vreun bug , posteaza aici si te voi ajuta .

Scuzatima ca nu am facut acest post sa arate mult mai frumos dar nu prea ma pricep sa faci posturi misto.

Stiu ca sunt cam putine comenzi dar nu am avut idei de ce comenzi as fi putut adauga.

Daca vrei sa mai adaugi comenzi foloseste

CMD:cmdname( playerid , params[ ] ) {
if(PlayerVip[ playerid ] == 1 ) {
//code
return 1 ;
} else return SendClientMessage( playerid , red , " EROARE: Nu esti membru V.I.P. " ) ; }

Link to comment
Share on other sites

  • Replies 72
  • Created
  • Last Reply

Top Posters In This Topic

Guest RockStar

Misto ma, inveti pe zi ce trece!

Multumesc tuturor , si Zh3r0 ms pentru incurajare si pentru noul titlu , am vrut si eu sa fac asa dar dupaia zicea lumea ca te copiez .

Link to comment
Share on other sites

Guest RockStar

Vad ca ai rezolvat bug-urile de care mi-ai zis  :smiley: 5/5

Nu leam rezolvat , am facut alt sistem de vip , ala nu era facut de mine si da , asta nu mai are bugu ala ;)

Link to comment
Share on other sites

Guest farse

eh,mere,data viitoare incearca sa il indentezi mai ...frumos ca nu prea am inteles ce ai facut acolo  :shocked:

5/5 :D


// Pune 2 // in fata daca nu vrei sa fie comanda adic // + // => //// ?

Link to comment
Share on other sites

Mie nu imi merge pe nici un server acest fs de V.I.P

nu stiu dece...si folosesc ladmin..am folosit si LuxAdmin, Radmin si tot

nu merge..:(

[glow=red,2,300]Trebuie sa copii : amx si pwn in FILESCRIPT ! , dupaia te duci in server.cfg si in drept cu Filescript pui numele la FS ! : Vip System , dupaia salvezi , deschizi serveru , intri pe el si GATA !  :wink:[/glow]

cheetahwheelhz2.gif

Ai curaj sa il intreci?

Link to comment
Share on other sites

Guest RockStar

Frumos script dar nu poti sa mai adaugi o comanda /vsay uite de ex

sa folosesti comanda si sa apara pe chat asa

http://img860.imageshack.us/f/samp016.png

in rest scriptul e mijto bv

5/5

Uitate mai atent , nu e nevoie de /vsay.

Pentru asta am bagat " ! "

Ex : ! salut si o sa apara asa

VipChat.png

Link to comment
Share on other sites

Guest RockStar

Baga sub OnPlayerText asta

if( text [ 0 ] == '@' && PlayerVip[ playerid ] == 1 ) {
new string[ 128 ]; GetPlayerName( playerid , string , sizeof( string ) ) ;
format( string , sizeof( string ) , " Vip {FC0303}%s{FFFFFF}: {00CEFC}%s" , string , text[ 1 ] ) ; SendClientMessageToAll( green , string ) ;
return 0 ; }
Ca sa arate la toti ce scri tu foloseste @ text ca la vip chat ( ! text ) Nu am testat dar ar trebui sa mearga. OnPlayerText ar trebui sa arate asa .
public OnPlayerText( playerid , text[ ] ) {
if( text [ 0 ] == '!' && PlayerVip[ playerid ] == 1 ) {
new string[ 128 ]; GetPlayerName( playerid , string , sizeof( string ) ) ;
format( string , sizeof( string ) , " Vip Chat: {FC0303}%s{FFFFFF}: {00CEFC}%s" , string , text[ 1 ] ) ; MessageToVip( green , string ) ;
return 0 ; }
if( text [ 0 ] == '@' && PlayerVip[ playerid ] == 1 ) {
new string[ 128 ]; GetPlayerName( playerid , string , sizeof( string ) ) ;
format( string , sizeof( string ) , " Vip {FC0303}%s{FFFFFF}: {00CEFC}%s" , string , text[ 1 ] ) ; SendClientMessageToAll( green , string ) ;
return 0 ; }return 1 ; }

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.