Search Results
I'm looking for profesional scripters interested in creating a roleplay script from 0.. making it as unique as ever. The idea is going to be Palomino Creek roleplay untill the playerbase expands a bit...
205,841
@illuminati2 You won't find any script in samp history matching my script Give it a go tho.. @Sreyas Thank you ! @K0P Thanks man.
418
@Amunra Thank you so much @ctopha <3 @Sakuragi No problem, thank you for comment @Pottus My scripting technique is really specific. I find it that my style of script can be recognized by me easly....
418
Features - Dialog based registration and login system. - Whirlpool hashed passwords. - Efficent script! Uses YCMD, sscanf 2.0, y_ini and foreach, efficent PVar usage - deletes the PVar instead of se...
418
@LeonardN Add me on skype legendxxxgsp we can talk some more
205,841
https://sampforum.blast.hk/showthread.php?tid=58401
115
PHP код: new n_Checkpoint; public OnGameModeInit() {     SetGameModeText("Blank Script");         n_Checkpoint= CreateCheckpoint( info );     return 1; } public OnPlay...
160
Dubya your script wont work. Basicly player will be able to PM himselfe. °________°
188
PHP код: forward ContestAnnouncer(); public ContestAnnouncer() {     new string[128], sum1, sum2, sumreward;     sum1 = random((200-10)) + 10;     sum2 = random((200-5))...
75
PHP код: dcmd_pm(playerid,params[]) {    if(GetPVarInt(id,"NoPM") == 0)    {    new id,string[256],pName[MAX_PLAYER_NAME],pName2[MAX_PLAYER_NAME], pMessage;    if( sscanf( par...
188
I want make command (let we say /me) that will do this Joseph says hy Let me explain. I dont want this: Joseph: says hy i want message without : to public chat PHP код: CMD:me(playerid,params[...
69
PHP код: public OnPlayerDeath(playerid, killerid, reason) {     GivePlayerMoney(killerid,5000);     GivePlayerMoney(playerid,GetPlayerMoney(playerid)-1000);     SetPlayerScore(ki...
94
That is nice filterscript. Very simple. Very nice for your first filterscript, good job!
195
My bad PHP код: new bool:TakeJobTimer; forward JobTimer( playerid ); YCMD:takejob(playerid,params[],help) { if(!TakeJobTimer) { #pragma unused help #pragma unused params new id = G...
150
PHP код: new bool:TakeJobTimer[MAX_PLAYERS]; forward JobTimer( playerid ); YCMD:takejob(playerid,params[],help) { if(!TakeJobTimer) { #pragma unused help #pragma unused params new idÂ...
150
If you want it to save when player quit then you gotta have register system...
154
PHP код: // This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #include <a_samp> #include <zcmd> #include &...
36
define this: PHP код: #define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) +Â...
136
PHP код: F_MoveObject(dgate,-2864.9616699219, 460.51702880859, 4.5343232154846, 2.0, -1000.0, -1000.0, -1000.0);  Change that to: PHP код: F_MoveObject(dgate,-2864.9616699219...
195
Does it say unknown command when you type commands / gcommands or?
136