[GameMode] Basic RP
#1





Features
Registration/Login system
Admin system
Helper System
Basic RP commands (/me, /do, /s)
Dev system
Basic Paycheck system
Some other CMD's
Uses ZCMD
Uses Yini

Downloads
Pastebin
Mediafire
Reply
#2

Please for download sake post some screens

Actually there are tons of basic roleplays relevant to those features. So wats different in this?
Reply
#3

Quote:
Originally Posted by $$inSane
View Post
Please for download sake post some screens
Lol? Just go test it...
Reply
#4

Quote:
Originally Posted by $$inSane
View Post
Please for download sake post some screens

Actually there are tons of basic roleplays relevant to those features. So wats different in this?
Nothing, I make scripts when I get bored lol. Scripting helps me let myself go I use it at as a way to get away from reality
Reply
#5

That's good.
Nice script!
I like it.
Awesome +rep.
Reply
#6

Have any bug?
Reply
#7

not that i'm aware of
Reply
#8

Quote:
Originally Posted by xiaoniao
View Post
Have any bug?
Oh wow, looks like yo call your frnd to post here or is dat multi account!
Reply
#9

Quote:
Originally Posted by $$inSane
View Post
Oh wow, looks like yo call your frnd to post here or is dat multi account!
I'm unaware whom that might be. I don't know what you have against me... Stop backseat admining I haven't broke any rules so calm down.
Reply
#10

Quote:
Originally Posted by Wolfe
View Post
I'm unaware whom that might be. I don't know what you have against me... Stop backseat admining I haven't broke any rules so calm down.
Lol, you got ambushed!

And screens please!
Reply
#11

I gonna take a look, you have screens for me?:$
Reply
#12

I'll update the thread with SS's when I get time
Reply
#13

Quote:
Originally Posted by Wolfe
View Post
I'll update the thread with SS's when I get time
When you get time, you seem to be able to reply to this thread every fucking hour, but you can't take a few simple sunscreens for the sake of downloads.... Pathetic.
Reply
#14

Quote:
Originally Posted by zT KiNgKoNg
View Post
When you get time, you seem to be able to reply to this thread every fucking hour, but you can't take a few simple sunscreens for the sake of downloads.... Pathetic.
lol? I have other things to do than go in a script and hit F8 then goto imgur and upload screen shots when you can test it yourself..
Reply
#15

Quote:
Originally Posted by $$inSane
View Post
Oh wow, looks like yo call your frnd to post here or is dat multi account!
You seem like you'd be fun at parties.

Good script.
Reply
#16

Thanks for the feedback
Reply
#17

you don't know even what is a RP !
can tell me what the fucking is this ??!?!?!
PHP Code:
        INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
        
INI_WriteInt(File,"Helper",GetPlayerMoney(playerid)); 
i found that in OnPlayerDisconnect
Reply
#18

Another tip:

Use loops instead of repeating the code 345834875 times.

Code:
stock ClearChat(playerid)
{
        SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
    SendClientMessage(playerid, -1, " ");
        return 1;
}
->

Code:
stock ClearChat(playerid)
{
	for(new i; i < 20; i++) SendClientMessage(playerid, -1, " ");
        return 1;
}
Reply
#19

-wqxwqdqw
Reply
#20

Ignore them, do yourself, I support you.
我来自中国----I come from China
Reply


Forum Jump:


Users browsing this thread: 20 Guest(s)