Search Results
Im trying to make a custom format, Код: stock format_ex(lang, str[], size, const text_eng, const text_heb, {Float,_}:...) { switch(lang) { case 1: format(str, size, text_heb, {Float,_}:...);...
98
The actual problem is that its not apply the commands SetPlayerPos SetPlayerWeather and SetPlayerTime Its exist but its just like not exist (instead of seeing this i see the regular login screen (th...
234
Why its doesn't work onplayerconnect, Код: TextDrawShowForPlayer(playerid, openBlackscreen); TextDrawShowForPlayer(playerid, openBlackscreen2); TextDrawShowForPlayer(playerid, openRedscreen); ...
234
What is wrong with this line? GlobalPointPlayers[PlayerCapturing[playerid]]--; It says that the array is out of bounds, but its not. PlayerCapturing is defined MAX_PLAYERS and GlobalPointPlayers is...
128
I've updated the include and the plugin to R5 But steel i get this error, seems something wrong with the include... Hope ****** would be able to help me.
116
I have this string for example: #1 (23/10/2011 - 22:21:35) Blake Shelton - x I need to take out the number 1 after the # to integer. How to scan the string correctly? I did "'#'d{s[255]}", but i ge...
116
This is my format "#%d %s" I need to take out the %d / integer.. sscanf(string, "'#'d{s[255]}", j); Its what i did, but for some reason its doesn't work... Can some one help me?
116
Hello, I made a Textdraw admin record 'system' Its counting the record number by the line in the text. But when i'm deleting a record so the sequence is interrupted. So its shown as (for example lin...
51
Yes its require 255 Because the format size.
66
I got this format format(str, sizeof(str), "#%d (%02d/%02d/%04d - %02d:%02d:%02d) %s - %s", num, day, month, year, hour, minute, second, PlayerNameEx(playerid), string); And i need to make the #%d i...
66
How to delete line from text? I'm using y_ini.. Should i use io_readwrite? I have no clue where to start..
39
Yes but i want to use this enterance also for bussiness or houses that i've added.
116
Thank you, but its not completly 1 by 1 as Single cuz the Camera angles when entering to house. Im trying to make camera like in single
116
Uploaded with ImageShack.us Here is what im meaning, using SetCameraBehindPlayer won't help me.. Getting player facing angle is possible and X,Y defined already (distance between points) so possib...
116
what about the camera angle? i should use sin-cos to get the correct Position?
116