Search Results
Replace it with pawn Код: if(GetPlayerTeam(playerid) == TEAM_POLICE) Another way = add this at the top and use gTeam[playerid]= TEAM_POLICE; to set their team to police. pawn Код: new gTeam[...
186
Quote: Originally Posted by YanLanger NO-IP won't work for samp anymore. Thats something new O_o
133
I suggest you using NO-IP its quiet good and easy to use.
133
Use something like: pawn Код: public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ){    new Hits, Hitwinner;    if(hittype == BULLET_HIT_TYPE_OBJECT)  Â...
92
Create a stock for detecting if a player hitted the specific objectid and use a global variable Hitwinner. Something like pawn Код: public OnPlayerShootObject(playerid, objectid)//just a example{...
92
Create a folder in scriptfiles "SFCRRPG" and if not works try updating your Dini version.
168
Its not matching with your include version. Use the same version of the include and the plugin and recompile the script.
130
I think it needs to create a file in scriptfiles something like "users" or "Users. Try to read the SFCRRPG thread again.
168
I found the problem. Its in imagettftext. When I remove this code the image appears. Please tell me how can I solve this problem or is there any other way to add text to image without this function. ...
220
If you don't want to use the code placed under this: pawn Код: if(pickupid == RandPick[0])    {        cmd_cnr(playerid,"");        return 1;    } then you can use return 1, this will ...
187
Yes there is a difference: in the first code. pawn Код: public OnPlayerPickUpDynamicPickup(playerid, pickupid){    if(pickupid == RandPick[0])    {        cmd_cnr(playerid,"");        ...
187
Quote: Originally Posted by thefatshizms The SuperJump variable doesn't need to be a global it was fine within the scope of OnPlayerKeyStateChange (Local variable). I am getting the pla...
259
Still need help. Or can anyone make one for me? I can give him Admin Rank in my server.
220
pawn Код: //at the top will be good under the includes//new Float:SuperJump[3];//anywhere outside all the call backs//CMD:superjump( playerid, params[ ] ){    #pragma unused params    if(Playe...
259
Open your server.cfg and add ".so" to all plugins names (EG: sscanf -> sscanf.so)... also make sure that you uploaded the .so (Linux version) of the plugin to Triangle.gs
70
Doesn't works either. I already hosted the script, will send you the link in PM.
220
pawn Код: CMD:changename(playerid, params[]){    new newname[24], newnamecheck[128], oldnamecheck[128];    new invnameold[128], invnamenew[128];    if(!IsPlayerLoggedIn(playerid)) return Sen...
73
BUMP! Help. I also want to know how can I test it on local MySQL server? what files should I need to establish a local MySQL server on my Windows 7, 32 bit.
220