Search Results
I need this stock to send a nearby message to anyone APART from the player actually executing the command. Код: stock SendNearbyMessage(playerid, Float:radius, string[], col1, col2, col3, col4, c...
89
Thats true, I will upload it so that its fixed and then I'll add a version updated for 0.3.8 RC4. EDIT: I have fixed that and updated the API so that its compatible with 0.3.8 RC4. Link: https://pas...
450
How do you even remove the tutorial? I cant find where introstart even leads to.
5,657
Yeah no the whole PAWN compiler crashdetect thing aint workin. I'll try zeex's complier.
126
Already got crash detect. I'll try it.
126
Still crashing. And yes, I know that my code is hella fuckin' messy, lmao. I'm somewhat new to PAWN.
126
What's the issue with this code that is making my pawno compiler crash. ^
126
PHP код: CMD:entergarage(playerid, params[])     if(IsPlayerInRangeOfPoint(playerid, 5.0, 265.9687,115.3523,1004.6172))     {         oldvw[playerid] = GetPlayerVirtualWor...
126
Cough up the fact that you're using retarded macros. It's reccomended that you use enums.# PHP код: #define  HOUSE_MENU              2013 #define  HOUSE_LEVEL        ...
231
PHP Code: d: \ Bare script \ pawno \ include \ YSI \ y_debug.inc (367): error 036: empty statement  d: \ Bare script \ pawno \ include \ YSI \ y_debug.inc (367): erro...
345
Quote: Originally Posted by TommyB o shit boy You know you and your script made it big time when TommyB or Mmartin posts on it.
1,370
NOTE: I'm no scripting newbie. Everybody knows the LSRP onduty command, right? When every PD/SD/FD person goes onduty, the PD/SD/FD value increases by one. How can I have it do that? I thought of doi...
65
Quote: Originally Posted by Hiei Thanks All it work Your very welcome. Feel free to rep me if I helped you at all.
183
just use switch(strval(text)) then case's under it, like; PHP код: switch(strval(text)) {     case 1:     {           //shit     }     case etc... } 
198
PHP код: stock CreateExplosionForPlayerEx(playerid, type, Float:radius, Float:damage) {     new Float:X, Float:Y, Float:Z, Float:health, Float:armour;     GetPlayerHealth(playe...
141
Unless a virtually-impossible breakthrough occurs, you've basically lost this script without the the source (in PAWN's case, .pwn). You can try De-AMX but I can virtually guarantee that it wont work. ...
132
PHP код: OnGameModeInit:HideMap = GangZoneCreate(-3000.0,-3000.0,3000.0,3000.0);  PHP код: OnPlayerSpawn:GangZoneShowForPlayer(playerid,HideMap,0x000000FF);  PHP код: ...
183
Do you have streamer? Please give a snippet of your code.
69
its supposed to be ShowPlayerNameTagForPlayer... alas depending on your preference you can pick to use switch or the if's and else if's. im not the best at scripting but i have a decent amount of expe...
167