Search Results
Hello again, I have script which should kick me when I connect with wrong version but when I connect it doesn't kick me or something like that. My code: pawn Code: if(strcmp(version, "0.3.7-R3"))  Â...
149
After OnPlayerConnect also I tried to put in forward CheckAccount(playerid); public CheckAccount(playerid) {
362
Audio messages is on, I'm using new gamemode ( https://sampforum.blast.hk/showthread.php?tid=659037 )
362
Hello, why I can't use PlayAudioStreamForPlayer function? I tried to put this code in some callbacks and commands, code: pawn Code: PlayAudioStreamForPlayer(playerid, "http://www.radijas.fm/media/_ca...
362
Hi, how can I do that when player login he will be auto spawned? I'm using https://sampforum.blast.hk/showthread.php?tid=659037 this gamemode. Code: pawn Code: public OnPlayerConnect(playerid){  Â...
215
doesn't matter if %d or it isn't it anyway says pawn Code: warning 213: tag mismatch
381
Should this: pawn Code: player_FishingData[playerid][fishCount][t] = cache_get_field_content_int(0, f("fishCount%d", t)); like be this pawn Code: cache_get_value_name(0, "fishBiggestSize%d", player...
381
Quote: Originally Posted by Kane_ Why are you using cache_get_value_name? Anyway, if you're on the latest version, this is how you cache_get_value_name: pawn Code: new dest[128];cache_g...
381
I need help with mysql syntax to update my mysql version to version r41-2 I can't compile these: forward OnLoadFishingData(playerid); public OnLoadFishingData(playerid) { if(cache_num_rows()) ...
381
Hello I want to do when I type /damage it shows how much total I did damage
143
Hi how can I install mysql on linux debian 7?
570