Search:

Type: Posts; User: Salem75

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    9,859

    init() { ...

    init() {
    precachestatusIcon("gnnr_rank_pro_7");
    precacheHeadIcon("gnnr_rank_pro_7");
    level.vipPlayer = [];
    level.admPlayer = [];


    //vip
    ...
  2. Replies
    5
    Views
    9,859

    You can use that code : Make new file on your...

    You can use that code :
    Make new file on your mod adm.gsc and put ths :



    init() {
    level.vipPlayer = [];
    level.admPlayer = [];
  3. Replies
    11
    Views
    13,291

    Good job ! Thanks for your helping brother .

    Good job !
    Thanks for your helping brother .
  4. Replies
    11
    Views
    13,291

    1/I want to pick brush_model entity on map , not...

    1/I want to pick brush_model entity on map , not on default maps .
    2/Nope , It's don't work :
    ******* script compile error *******
    unknown function: @ 19094
    ************************************...
  5. Replies
    11
    Views
    13,291

    Ye I tried with if (isDefined(self.pufa) ||...

    Ye I tried with
    if (isDefined(self.pufa) || isDefined(self.pent))
    {
    No error but don't work .
    -> No error but don't work :


    vectorScale( vector, scale )
    {
    x = vector[0] * scale;
  6. Replies
    11
    Views
    13,291

    heh , I don't want this i want to update this...

    heh , I don't want this i want to update this script only
    I tried to remade it alone , No error but don't work , And tried again but bad syntax then i stopped there , Someone can help ? :

    ...
  7. Replies
    11
    Views
    13,291

    lol , I don't want pickup player , i want pickup...

    lol , I don't want pickup player , i want pickup map - entity . There are friend gave me this script , but i need to remade it to make it work



    init()
    {
    self endon("disconnect");

    self...
  8. Replies
    11
    Views
    13,291

    Cod2 Pickup map- entity

    Hi guys !

    I searched about cod2 pickup map-entity but don't found it in any place . someone can tell me this script ?
  9. Replies
    1
    Views
    2,545

    Pickups script using by /command

    Hi ,
    i tried make pickups script using by a rcon command but it don't work , don't found !
    Can anyone help me ?
  10. Replies
    5
    Views
    4,298

    Go test it early speak with me , For zom / dr /...

    Go test it early speak with me , For zom / dr / bz mods 100 percent work .
  11. Replies
    5
    Views
    4,298

    That is not necessary , it's work haven't any...

    That is not necessary , it's work haven't any problem .
  12. Replies
    5
    Views
    4,298

    Idk about your problem , but i know how give vips...

    Idk about your problem , but i know how give vips for players with statusicon i think you'll find idea from my code :

    For zom & Dr & bz mods :



    init() {
    level.vipPlayer = [];...
  13. Notice : You can also use colors .

    Notice : You can also use colors .
  14. Scripting : How change hintstring when Press button.

    Hi,
    I'll let you now know how change hintstring After press button , for example from ("Press ^2[F]^7 To use") to ("^1Wait")

    PHP Code:


    init()
    {
    lovyshka = getent("lov1", "targetname"); ...
  15. Thread: need help

    by Salem75
    Replies
    5
    Views
    24,487

    You should add lights , or compile it without...

    You should add lights , or compile it without lighting
Results 1 to 15 of 15