Raff
Membru-
Posts
78 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
News
Documentation
Everything posted by Raff
-
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.
-
pai si cum schimb ? si sa ramana la fel cate o culoare si cate una nu ?
-
foarte tare 5/5 chiar cautam da am gasit doar dastea aiurea !
-
[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 !
-
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:
-
multumesc da nu era bun linku ! T/C
-
darky da dece atunci cand scriu credits sau help si dau oke la sfarsit mi se deschide ala attachments?
-
----- sorry pentru post ps taci value
-
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?
-
vezi unde ti-a explicat gireada la inputtext el are 2 paranteze si tu una inputtext[]) si la el inputtext[]) ...
-
super bravo ” :D
-
super 10/10 da asta nu e de la tine de pe server ? si cand iti deschzi sv?
-
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?
-
frumos niste probleme gramaticale la logara ... si la admin comands de ce pana la lv 5 sunt pentru vip? si dupa admin lv 6?
-
frumos server .. 4/5
-
frumos :cheesy:
-
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
-
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]
-
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]
-
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]
-
Zicetimi si mie niste nume de server de samp de stunt da nu neaparat sa contita "stunt" :wink: si un nume de playeri )
-
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]
-
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]
-
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]
