Jump to content

mawerick

Uživatel
  • Příspěvků

    189
  • Registrován

  • Aktivní

  • Vítězných dnů

    3

Příspěvky posted by mawerick

  1. Zdar. Mam problem ze mam udelanej prikaz

     

    if(!strcmp("/7", cmdtext, true, 10))
    {
     ChangeVehicleColor(GetPlayerVehicleID(playerid), -1,151);
     return 1;
    }
    

     

    a chci aby se mi pridala jenom druha barva co je id 151 a nechci aby se prvni zmenila treba na NRG. Jak toho docilim ?

  2. Zdravim. Pozeral som po sa-mp wiki a hladal som veci o streame. Nasiel som vsetko co som potreboval okrem jednoho a to je ze chcel by som aby sa mi prehraval odkaz ktory napriklad zadam do dialogu. Proste napisem prikaz /radio alebo /music a vybehne dialog, nemusi to yt dialog ale nieco vybehne a budem mat na vyber par pesniciek co si dam napriklad niekde na web a odtial budem pustat a potom by som este chcel ze mozem hodit link a z neho sa bude prehravat hudba. Neviem to nikde najst mohli by ste mi pomoct ?

  3. C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(135) : error 017: undefined symbol "SetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(136) : error 017: undefined symbol "SetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(137) : error 017: undefined symbol "SetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(138) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(139) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(140) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(141) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(152) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(153) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(155) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(164) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(165) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(168) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(169) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(171) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(182) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(192) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(193) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(202) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(205) : error 017: undefined symbol "DeletePVar"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(206) : error 017: undefined symbol "DeletePVar"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(207) : error 017: undefined symbol "DeletePVar"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(208) : error 017: undefined symbol "DeletePVar"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(214) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(217) : error 017: undefined symbol "GetPVarInt"

    C:\Documents and Settings\Mawerick\Desktop\pawno\trat.pwn(225) : error 017: undefined symbol "SetPVarInt"

     

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

     

     

    26 Errors.

    WTF ?

  4. Funguje dik a rovno se sem zeptam delam si na prikaz skovani nicku mam takovejhle kod

     

    if (strcmp("/nameoff", cmdtext, true) == 0)
    {
       for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false);
       GameTextForPlayer(playerid, "~W~Nametags ~R~off", 5000, 5);
       return 1;
    }
    

     

    A co tam musim prepsat nebo pridat aby mi to pak i zobrazovalo nicky ale na jinsi prikaz ..... ten prikaz umim udelat to staci prepsat ale co tam ma jeste neco jineho prepsat aby to slo

×
×
  • Create New...