Search Results
Yeah I am aware how in general wiki systems work however this can become very quickly messy so I wondered whether there is some sort of higher instance. Let me take the OnPlayerUpdate entry (https://...
193
I'm pretty sure that this include either is not common or on purpose wrongly written as there are 0 results on these forums and via ******. Try compiling the script without the include.
55
You can literally read the error as it displays.
184
If you do it like that a (temporary) variable is necessary to store your MYSQL data in. Let's say that query you use only returns "level" it would look like the following: mysql_fetch_row( line); S...
142
Hey there, noticed some really, really bad wikipedia examples going against every single logical thought. Is anyone moderating them? Seeing that wiki examples are being particularly used by newbies,...
193
Has the issue that PVars are not saved upon /rcon gmx ever been reported. It would be just great if you could call a function in OnGameModeExit, saving PVars into whatever data system you use.
272
Nah that`s not the case, it was my general low linux knowledge (not knowing how to compile at all), IRC solved my problem. Thanks a lot anyways.
306
Hey there, I`m pretty sure this has been a common problem for most users compiling a plugin on linux the very first time, yet I myself haven`t found any solution. Trying to compile helloworld on Ubu...
306
Wrote my own one. If anyone has the same prob and needs help just reply or PM me.
59
Hello, I want to split strings with strtok, not at a space, but on a random character, lets say ",". Код: new_strtok(const string[], &index){ new length = strlen(string); while ((index <...
59
// nvm... (delete plz)
44
Alright, thanks man... another reason to hate this kiddo language
150
Hey there, wondered whether it's possible to create "player specific" multidimensional string arrays. As an example which doesn't work but to get you an idea of what I mean: new strings[playerid][p...
150