Search Results
not sure if relevant here, but i remember i read a comment in fixes.inc stating that GetPlayerColor() always returns "0" if SetPlayerColor() is never used. link to the thread -> https://sampforum....
239
totally familiar. i usually then "correct" my sleeping pattern by not going to bed that day (feels like being a zombie through the day), and it's like heaven when laying down at around 9-10pm and slee...
198
hm do you use the default mysql port - 3306?
121
happened to me too. deleting cookies and logging again helped (the language was set back to english)
93
you are welcome. there is an underscore '_' after each "string" in the first enum, i'm not sure why it doesn't show.
279
i think you can't have 2d arrays in enum, someone correct me if i'm wrong. but this should compile. pawn Код: enum FirstEnum{    string_1[5],    string_2[20]}enum abcd  {      Float:a, Â...
279
i assume you use Incognito's streamer. the syntax is: pawn Код: CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0); ...
106
pawn Code: #define MODE_NAME "Zm"#include <YSI> this is correct. the warning shows because the "YSI" file includes several libraries, including y_languages and y_text. those 2 libraries require...
377
pawn Code: #define MODE_NAME "MyGamemode" before including y_svar
377
remove the bracket ')' after 1338. edit: dimi beat me to it
131
Quote: Originally Posted by Jonny5 according to the wiki strval can be used to convert a string to an integer. so its not converting to FLOAT: try removing the tag as i dont see a functi...
125
you can safely ignore this error, it means that ysi cannot connect to update server to check for newer version (afaik the server is down). it doesn't have any impact on ysi functions.
65
i get this errors when including libraries from YSI package, but i haven't found out which one does this (yet). do you use ysi?
126
skin id is an integer, and inputtext is a string. use strval -> https://sampwiki.blast.hk/wiki/Strval pawn Код: SetPlayerSkin(playerid, strval(inputtext)); edit: can't test this atm.
135
wow samp is getting even better. keep it up!
5,375
i don't think you'll get far with this kind of attitude.
133
search for TextDrawCreate() function, the first and second parameter are X and Y. pawn Код: new Text:someText;  public OnGameModeInit(){    someText = TextDrawCreate(240.0,580.0,"This is a TD"...
137
the best way to create textdraws is using the Zamaroht's TD editor -> https://sampforum.blast.hk/showthread.php?tid=117851
137