Jump to content

Raff

Membru
  • Posts

    78
  • Joined

  • Last visited

    Never

Everything posted by Raff

  1. am observat o chestie atunci cand ai mai multe pe tine si apar acolo used used used de ex daca stergi un used se sterg toate.
  2. pai si cum schimb ? si sa ramana la fel cate o culoare si cate una nu ?
  3. foarte tare 5/5 chiar cautam da am gasit doar dastea aiurea !
  4. Raff

    Ajutor / Help !

    [pawn] new str[750]; Database = db_open("Database.db"); strcat(str,"CREATE TABLE IF NOT EXISTS `Users`",750); strcat(str,"(`Keys` INTEGER PRIMARY KEY AUTOINCREMENT,\ `Name` TEXT,\ `Parola` TEXT,\ `Bani` NUMERIC,\ `Score` NUMERIC,",750); strcat(str,"`Kills` NUMERIC,\ `Deaths` NUMERIC,\ `Admin` NUMERIC)",750); db_free_result(db_query(Database,str));[/pawn] uite cum am eu !
  5. cum pot pune la datebase.db acolo inca 2 casute ca am deja nume parola bani scor kills deaths si admin da mai vreau sa pun skin si inca una pentru vip... HELP ME ! :grin:
  6. Raff

    Problema !

    multumesc da nu era bun linku ! T/C
  7. darky da dece atunci cand scriu credits sau help si dau oke la sfarsit mi se deschide ala attachments?
  8. ----- sorry pentru post ps taci value
  9. Raff

    Problema !

    Vreau cand intru pe server sa se auda o melodie si am pus asta [pawn]PlayAudioStreamForPlayer(playerid, "http://dl.fileshare.ro/download/28946665/Dragonu%5C%27+-+Aloha.mp3");[/pawn] la onplayerconnect si nu se aude iti trebuie un plugin ceva sau am gresit eu ceva?
  10. Raff

    problema on

    vezi unde ti-a explicat gireada la inputtext el are 2 paranteze si tu una inputtext[]) si la el inputtext[]) ...
  11. super bravo ” :D
  12. super 10/10 da asta nu e de la tine de pe server ? si cand iti deschzi sv?
  13. Raff

    Problema !

    up
  14. foarte frumos sv.... da tu cum poti sa ti pe pc sv si sa intre playeri ca vad ca ai router? sti cum poti sa faci ca si eu am router si sti vreo modalitate?
  15. frumos niste probleme gramaticale la logara ... si la admin comands de ce pana la lv 5 sunt pentru vip? si dupa admin lv 6?
  16. frumos server .. 4/5
  17. frate da si mie td-u sau zi ce trb sa iau si de unde ... daca vrei iti pun si credite ce vrei da doar zi cum
  18. Raff

    Problema !

    tot asa [pawn]D:\Iluzions Of Realiti\gamemodes\RFY.pwn(120) : error 020: invalid symbol name "" D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : warning 215: expression has no effect D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : error 001: expected token: ";", but found "]" D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. [/pawn]
  19. Raff

    Problema !

    astea sunt din gm lu diabolik tot ce am luat a fost asa si une am pus : de la inceput : [pawn]new Text:Logo [ 6 ][/pawn] de la OnGameModeInit() [pawn]//==============================================================================|| Logo [ 0 ] = TextDrawCreate ( 469.250000 , 360.000122 , "an" ) ; TextDrawLetterSize ( Logo [ 0 ] , 0.763125 , 2.515832 ) ; TextDrawSetOutline ( Logo [ 0 ] , 1 ) ; TextDrawFont ( Logo [ 0 ] , 0 ) ; TextDrawBackgroundColor ( Logo [ 0 ] , 51 ) ; Logo [ 1 ] = TextDrawCreate ( 450.125000 , 360.750030 , "~h~~b~S" ) ; TextDrawLetterSize ( Logo [ 1 ] , 0.763125 , 2.515832 ) ; TextDrawSetOutline ( Logo [ 1 ] , 1 ) ; TextDrawFont ( Logo [ 1 ] , 0 ) ; TextDrawBackgroundColor ( Logo [ 1 ] , 51 ) ; Logo [ 2 ] = TextDrawCreate ( 490.375000 , 359.750061 , "~h~~b~A" ) ; TextDrawLetterSize ( Logo [ 2 ] , 0.763125 , 2.515832 ) ; TextDrawSetOutline ( Logo [ 2 ] , 1 ) ; TextDrawFont ( Logo [ 2 ] , 0 ) ; TextDrawBackgroundColor ( Logo [ 2 ] , 51 ) ; Logo [ 3 ] = TextDrawCreate ( 510.750000 , 360.166717 , "ndreas" ) ; TextDrawLetterSize ( Logo [ 3 ] , 0.763125 , 2.515832 ) ; TextDrawSetOutline ( Logo [ 3 ] , 1 ) ; TextDrawFont ( Logo [ 3 ] , 0 ) ; TextDrawBackgroundColor ( Logo [ 3 ] , 51 ) ; Logo [ 4 ] = TextDrawCreate ( 455.625000 , 383.833312 , "-" ) ; TextDrawLetterSize ( Logo [ 4 ] , 8.366248 , 0.579166 ) ; TextDrawSetOutline ( Logo [ 4 ] , 1 ) ; TextDrawFont ( Logo [ 4 ] , 1 ) ; TextDrawBackgroundColor ( Logo [ 4 ] , 51 ) ; Logo [ 5 ] = TextDrawCreate ( 440.000000 , 389.666656 , "~h~~b~StuntZone ~w~Bacau 0.3~h~~b~x") ; TextDrawLetterSize ( Logo [ 5 ] , 0.449999 , 1.600000 ) ; TextDrawSetOutline ( Logo [ 5 ] , 1 ) ; TextDrawFont ( Logo [ 5 ] , 3 ) ; TextDrawBackgroundColor ( Logo [ 5 ] , 51 ) ; //==============================================================================||[/pawn] si de la OnPlayerSpawn [pawn]//------------------------------------------------------------------------------|| TextDrawShowForPlayer ( playerid , Text:Logo [ 0 ] ) ; TextDrawShowForPlayer ( playerid , Text:Logo [ 1 ] ) ; TextDrawShowForPlayer ( playerid , Text:Logo [ 2 ] ) ; TextDrawShowForPlayer ( playerid , Text:Logo [ 3 ] ) ; TextDrawShowForPlayer ( playerid , Text:Logo [ 4 ] ) ; TextDrawShowForPlayer ( playerid , Text:Logo [ 5 ] ) ; //------------------------------------------------------------------------------||[/pawn]
  20. Raff

    Problema !

    am si eu o problema cu td [pawn]Logo [ 0 ] = TextDrawCreate ( 469.250000 , 360.000122 , "an" ) ; TextDrawLetterSize ( Logo [ 0 ] , 0.763125 , 2.515832 ) ; TextDrawSetOutline ( Logo [ 0 ] , 1 ) ; TextDrawFont ( Logo [ 0 ] , 0 ) ; TextDrawBackgroundColor ( Logo [ 0 ] , 51 ) ; Logo [ 1 ] = TextDrawCreate ( 450.125000 , 360.750030 , "~h~~b~S" ) ; TextDrawLetterSize ( Logo [ 1 ] , 0.763125 , 2.515832 ) ; TextDrawSetOutline ( Logo [ 1 ] , 1 ) ; TextDrawFont ( Logo [ 1 ] , 0 ) ; TextDrawBackgroundColor ( Logo [ 1 ] , 51 ) ; Logo [ 2 ] = TextDrawCreate ( 490.375000 , 359.750061 , "~h~~b~A" ) ; TextDrawLetterSize ( Logo [ 2 ] , 0.763125 , 2.515832 ) ; TextDrawSetOutline ( Logo [ 2 ] , 1 ) ; TextDrawFont ( Logo [ 2 ] , 0 ) ; TextDrawBackgroundColor ( Logo [ 2 ] , 51 ) ; Logo [ 3 ] = TextDrawCreate ( 510.750000 , 360.166717 , "ndreas" ) ; TextDrawLetterSize ( Logo [ 3 ] , 0.763125 , 2.515832 ) ; TextDrawSetOutline ( Logo [ 3 ] , 1 ) ; TextDrawFont ( Logo [ 3 ] , 0 ) ; TextDrawBackgroundColor ( Logo [ 3 ] , 51 ) ; Logo [ 4 ] = TextDrawCreate ( 455.625000 , 383.833312 , "-" ) ; TextDrawLetterSize ( Logo [ 4 ] , 8.366248 , 0.579166 ) ; TextDrawSetOutline ( Logo [ 4 ] , 1 ) ; TextDrawFont ( Logo [ 4 ] , 1 ) ; TextDrawBackgroundColor ( Logo [ 4 ] , 51 ) ; Logo [ 5 ] = TextDrawCreate ( 440.000000 , 389.666656 , "~h~~b~StuntZone ~w~Bacau 0.3~h~~b~x") ; TextDrawLetterSize ( Logo [ 5 ] , 0.449999 , 1.600000 ) ; TextDrawSetOutline ( Logo [ 5 ] , 1 ) ; TextDrawFont ( Logo [ 5 ] , 3 ) ; TextDrawBackgroundColor ( Logo [ 5 ] , 51 ) ;[/pawn] imi da erorile astea [pawn]D:\Iluzions Of Realiti\gamemodes\RFY.pwn(120) : error 020: invalid symbol name "" D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : warning 215: expression has no effect D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : error 001: expected token: ";", but found "]" D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(665) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. [/pawn] linia 120 este asta [pawn]new Text:Logo [ 6 ][/pawn] si 665 [pawn] Logo [ 0 ] = TextDrawCreate ( 469.250000 , 360.000122 , "an" ) ;[/pawn]
  21. Raff

    Server

    Zicetimi si mie niste nume de server de samp de stunt da nu neaparat sa contita "stunt" :wink: si un nume de playeri )
  22. Raff

    Intrebare!

    am pus comanda [pawn]CMD:clearchat(playerid, params[]) { if(!IsPlayerAdmin(playerid) return SendClientMessage(playerid,COLOR_HERE,"* Ai nevoie de RCON pentru aceasta comanda"); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); SendClientMessageToAll,COLOR_HERE," "); return 1; } StegeChatJucator(playerid, 30);[/pawn] si asta la on player connect [pawn]stock StergeChatJucator(playerid, linii) l { for(new i=1;i<=linii;i++) { SendClientMessage(playerid, 0xFFFFFFFF, " "); } return 1; }[/pawn] si tot imi da errori [pawn]D:\Iluzions Of Realiti\gamemodes\RFY.pwn(805) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(805) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(805 -- 807) : warning 215: expression has no effect D:\Iluzions Of Realiti\gamemodes\RFY.pwn(807) : error 001: expected token: ";", but found "for" D:\Iluzions Of Realiti\gamemodes\RFY.pwn(807) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. [/pawn]
  23. Raff

    Intrebare!

    pai nam comanda de sters chatu si daca pun asta [pawn]stock StergeChatJucator(playerid, linii) { for(new i=1;i<=linii;i++) { SendClientMessage(playerid, 0xFFFFFFFF, " "); } return 1; }[/pawn] la on playerconnect imi da errori [pawn]D:\Iluzions Of Realiti\gamemodes\RFY.pwn(805) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(805) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(805 -- 807) : warning 215: expression has no effect D:\Iluzions Of Realiti\gamemodes\RFY.pwn(807) : error 001: expected token: ";", but found "for" D:\Iluzions Of Realiti\gamemodes\RFY.pwn(807) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. [/pawn]
  24. Raff

    Intrebare!

    am pus asta [pawn] stock StergeChatJucator(playerid, linii) { for(new i=1;i<=linii;i++( { SendClientMessage(playerid, 0xFFFFFFFF, " "); } return 1; } StegeChatJucator(playerid, 30);[/pawn] si imi da asta [pawn]D:\Iluzions Of Realiti\gamemodes\RFY.pwn(772) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(772) : error 029: invalid expression, assumed zero D:\Iluzions Of Realiti\gamemodes\RFY.pwn(772 -- 774) : warning 215: expression has no effect D:\Iluzions Of Realiti\gamemodes\RFY.pwn(774) : error 001: expected token: ";", but found "for" D:\Iluzions Of Realiti\gamemodes\RFY.pwn(774) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. [/pawn]
×
×
  • 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.