Search Results
Your function works. I added "printf("%s", NameSpace("test_test"));" to my command. now when I type the "/me test", I get "4ф" in console and " * hш test " in game. wtf I'm so confused!
207
Not working... Код: [00:29:00] letter 0 is FirstName_LastName [00:29:00] letter 1 is irstName_LastName [00:29:00] letter 2 is rstName_LastName [00:29:00] letter 3 is stName_LastName [00:29:01] le...
207
Код: stock NameSpace(string[]) { new len; len = strlen(string); for(new i=0;i<len;i++) { printf("letter %i is %s", i, string[i]); if(string[i] == '_') string[i] = ' '; } return ...
207
Hello everyone, I'm trying to remove underline from the players name but can't. PHP код: forward NameSpace(string[]); public NameSpace(string[]) {     new len;     len = strlen(st...
207
Quote: Originally Posted by MarvinPWN Write it like this: PHP код: CMD:kick(playerid,params[]) {     new targetid,Reason[50],AdminName[MAX_PLAYER_NAME],TargetName[MAX_PLAYER_NA...
151
Hi, I've made an kick script When i kick myself (for testing) it works correctly but when i try to connect again, server says "Server closed the connection.". PHP код: CMD:kick(playerid, para...
151
Did you make the "/setadmin [playerid] [level]" command?
159
No one The player is not connected. /kick 5 asdasdasd ========> [ERROR] Invalid ID. /kick 5 g ===============> it kicks me
178
Me :/ Admin Javad has kicked Javad [Reason:a]
178
I did it, it only made one change: The player that is kicking, can see the message announced: Admin %s has kicked %s [Reason:%s] My problem didn't solve.
178
PHP код: CMD:ban(playerid, params[]) {     new         targetid,         Reason,         AdminName[MAX_PLAYERS],         TargetName[MAX_PLAYER_NAME],    ...
178
Hi, I've made an script that ban players. It works fine but when i type 1 letter in reason, it will ban me. Example: /ban 5 a PHP код: CMD:ban(playerid, params[]) {     new        ...
178
if(showingdealer[playerid] == 0) Maybe? :/
328
I used SetObjectMaterialText but i want to move the text(material). How?
171
Quote: Originally Posted by Kaliber Hahaha, sry: https://sampwiki.blast.hk/wiki/SetObjectMaterialText _DE = GERMAN Thanks. Reading...
171
I know how to make the Text and Move it but how it's only showen in the board? Yes kaliber,only Text is moving. What language is this? https://sampwiki.blast.hk/wiki/SetObjectMaterialText_DE Can't ...
171
Hello, How can i make something like the boards in picture? They are movable.
171
Download: http://www.solidfiles.com/d/14c5312700/ This is the script.
214
[22:16:33] [join] Mohammad_Shams has joined the server (0:127.0.0.1) [22:16:35] inputtext: 123 - pPass: і [22:16:36] inputtext: 5555 - pPass: і [22:16:38] inputtext: 5555 - pPass: і [22:16:39] inpu...
214