Search Results
pawn Код: TextDrawTextSize(Text:text, Float:x, Float:y) You can read more about it here:https://sampwiki.blast.hk/wiki/TextDrawTextSize
64
Maybe try this can't say it will work because I am also understanding y_ini. pawn Код: CMD:unban(playerid, params[]){    if(PlayerInfo[playerid][AdminLevel] >= 3)    {        new File[5...
186
Quote: Originally Posted by GeekSiMo In a Dialog of password, when you want to write it with dini or Y_INI, You udb_hash(inputtext). Thanks for the reply, I know why this code is used b...
135
pawn Код: stock udb_hash(buf[]) {    new length=strlen(buf);    new s1 = 1;    new s2 = 0;    new n;    for (n=0; n<length; n++)    {       s1 = (s1 + buf[n]) % 65521;      Â...
135
There are some roleplay gamemodes in the "Gamemode Section" which are updated like Bone County Roleplay.
102
The maps looks good. I suggest adding some decoration material to make it look attractive.
398
I think it will be 0.4a since after every z version they change the number.
193
Do your receive any warnings when you compile?
173
You have to change the SetVehiclePos and SetPlayerPos to the coordinates where you want the car to look during enter and exit.
110
If you can post your codes then we can repair it.
79
I will suggest that you should first join a roleplay server and observe and evaluate how the management of the server manages and then start writing down the ideas for your own server.
106
I think because they are simple to develop for newbies . and Thanks
424
Weapon Shop 1.1 Introduction Weapon Shop is a simple weapon purchasing filterscript. Changelog pawn Код: Changelog:v1.1- Added Armour option:50% and 100% Command pawn Код: /weaponshop or /w...
424
Have you followed all the instructions return on the original thread? https://sampforum.blast.hk/showthread.php?tid=120724
175
What is the use of CoffeeScript, when it is "just JavaScript"?
427
I will suggest read this document: https://sampforum.blast.hk/showthread.php?tid=65567 on "How to Write a Tutorial" by ******.
208
pawn Код: if(killerid != INVALID_PLAYER_ID) return SendClientMessage(playerid, -1, "You committed sucide");    else    {        SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);   ...
169