Search Results
pawn Код:
TextDrawTextSize(Text:text, Float:x, Float:y)
You can read more about it here:https://sampwiki.blast.hk/wiki/TextDrawTextSize
181
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...
351
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...
267
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;Â Â Â Â...
267
There are some roleplay gamemodes in the "Gamemode Section" which are updated like Bone County Roleplay.
243
What's new about these functions?
524
The maps looks good. I suggest adding some decoration material to make it look attractive.
613
I think it will be 0.4a since after every z version they change the number.
362
Do your receive any warnings when you compile?
381
You have to change the SetVehiclePos and SetPlayerPos to the coordinates where you want the car to look during enter and exit.
311
If you can post your codes then we can repair it.
184
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.
257
I think because they are simple to develop for newbies .
and Thanks
604
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...
604
Have you followed all the instructions return on the original thread?
https://sampforum.blast.hk/showthread.php?tid=120724
349
What is the use of CoffeeScript, when it is "just JavaScript"?
783
I will suggest read this document: https://sampforum.blast.hk/showthread.php?tid=65567 on "How to Write a Tutorial" by ******.
364
pawn Код:
if(killerid != INVALID_PLAYER_ID) return SendClientMessage(playerid, -1, "You committed sucide");  else  {    SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);  ...
382