
Paper
Members-
Posts
127 -
Joined
-
Last visited
Everything posted by Paper
-
Bhè, si in effeti se non hai materia prima, come uno scripter o un mapper, non credo arriverai molto lontano...
-
Aiuto, il primo topic serio (HUNTERICS GUARDA)
Paper replied to xShocKz's topic in Italian / Italiano
LoL... almeno cambia aggettivo <3 -
Che figata essere chiamato "merdaccia"! Mi sento fantozzi! *-*
-
Hai ragione ragazzo mio... io vado d'accordo con tutti ma tutti non vanno d'accordo con me, e sai perchè? Perchè la gente viene già prevenuta, si fa influenzare da quello che dice la gente...
-
Come siamo permalosi -.-" Merda ora ogni cosa che dico è da criticare...
-
Sono solo immagini e delle modifiche all'alpha di queste più la funzione redirectPlayer... non credo sia così complicato, l'unica cosa sarebbe la modifica dell'alpha che avviene così graduatamente, ma neanche questa troppo difficile... P.S: Attenzione! Non sto criticando il tuo lavoro, è ben fatto, complimenti
-
In effetti non hai tutti i torti, quando ho, oppure sto sviluppando una qualità che mi piace molto non riesco a parlare d'altro, ma spesso le altre persone scambiano questo atteggiamento per "presunzione", ovviamente non nascondo che anche io ho questo difetto... E comunque non credo di aver cambiato 70 volte il mio nome... ti spiego, io ho avuto 4 "epoche mta": nella prima ho scoperto mta, ho dato un'occhiata e ho smerdato tutto nel cesso dato che giocavo a SA-MP (mi schifo da solo T_T), nella seconda sono venuto a conoscenza del lua, e ho confrontato PAWN e LUA e ho appurato che i LUA è 100000 volte più pulito, semplice e potente di quella merda... nella terza invece ho cominciato a usare concretamente il lua e a creare/chiudere server a manetta, e nella 4° non credo ci sia qualcosa da dire dato che è appena cominciata. Ovviamente tra "un'epoca" e un'altra c'è un distacco di mesi, se non di anni, dato che una volta che lasci mta dopo qualche mese mi manca già...
-
Figure di merda? Si ne ho fatte tante, ma dimmi caro: di quali figure di merda sei a conoscenza? così mi regolo se meglio lasciar stare o andare dall'anagrafe a cambiare nome prima che tu mi rovini con la tua grandissima popolarità sparlando di me
-
Ti voglio bene anche io <3 Il mio server è stato chiuso qualche mesetto fa prima che abbandonassi mta, ma ora sono di nuovo qua e mi sto dedicando al mondo RP, ma prossimamente credo che aprirò anche un server race
-
Io ti consiglio di creare 2 variabili per le distanze, sarebbe più facile da modificare senza andare a cercare le linee, oppure crei i settings nel meta
-
Aiuto, il primo topic serio (HUNTERICS GUARDA)
Paper replied to xShocKz's topic in Italian / Italiano
Oppure ti conviene imparare e farne uno da te -
Oh yes, it's a cool idea, i understood wrong I understood you was asking any idea how to make a working FTP
-
No ragasuoli, non è l'unico scripter italiano u.u E devo dire che ho 1-2 anni di esperienza, se magari vi serve una aiuto non esitate a contattarmi
-
Oh, now i understand Maybe you can use guiSetAlpha function... https://wiki.multitheftauto.com/wiki/GuiSetAlpha
-
I don't understand the problem, what you mean as "it don't appear without much clarity"? Can you post the code and a screen?
-
No, it will be annoying, because if you want edit any resource file you have to restart the editor I think it's quite simple, when you connect the software in the resource explorer you can view the resources list like you see it in your local server, you can search in google some codes. Then for the files is quite simple too, you download it in a temp folder, and then, when you save the file a popup comes out asking you if you want upload it back, if you select yes, you rewrite the file in the temp folder and upload it in the server, and then delete it
-
Oh cmon, i want you as friend. I named my resource in a wrong method, i'll take care of it in my next releases Thanks
-
Thanks, it works. I have some feedbacks: - "Associate .lua files whit MTA Script Editor" doesn't work, it's a cool stuff, please fix it - Auto-Completation popup window doesn't work, it closes automatically after i type some letters - And (maybe) the ftp controller for get the resource from a server doesn't work, maybe, i'm not sure of this D:
-
So wait, if i treat my script like OOP but it is not will cause errors whit the code? I don't think, so i don't care about the name Don't be so fiscal
-
Yes, i wanted make it sound cool... lol And anyway nobody cares if it's OOP or not
-
OOP? Explain what is it D:
-
Oh, my bad, inserted in the main post ^^ Any feedback?
-
Hello guys, Today i'm here for release my new script, it's pretty simple but i think it can be very useful. For now you can store just points, but in future releases i will implement other stuffs, like cash and others. This script have 4 simple exported functions: getPlayerPoints(thePlayer) setPlayerPoints(thePlayer) takePlayerPoints(thePlayer) givePlayerPoints(thePlayer) And here are the arguments for use these functions: int getPlayerPoints(element player ) bool setPlayerPoints(element player, int amount) bool takePlayerPoints(element player, int amount) bool givePlayerPoints(element player, int amount) And you have 2 methods for store the datas: On accounts On SQL database For select the method you have to change the resource setting in the admin panel: 'accounts' or 'database' You can download it here: https://community.multitheftauto.com/index.php?p=resources&s=details&id=3478