Search Results
---PROBLEM SOLVED a friend of mine helped me, I apologize for those who were reading this when I may/may not have bumped my thread or those who might have helped me. I sincerely apologize. My apologi...
146
Agh this is weird this is before change: Код: //End of line of gate in grove street health1 = CreatePickup(1240, 2, 2000.5692,1550.5258,13.6088, -1); with the error still there, but after the ch...
184
as for the callback line here it is: Код: new health1, health2, health3, health4, health5, health6, health7, health8, health9, health10, health11; new armour1, armour2, armour3, armour4, armour5, ...
184
For your info NoDi522, sir, the entire health pickup paragraph is together with the armour pickup paragraph, Код: health1 = CreatePickup(1240, 2, 2000.5692,1550.5258,13.6088, -1); health2 ...
184
Line 142://End of line of gate in grove street Line 144: health2 = CreatePickup(1240, 2, 2295.8291,2451.6721,10.8203, -1); *note: line 142 is a comment/note for me to know which line is the end of...
184
I have this error and warning: Код: C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\gamemodes\X-tremeFreeRoam.pwn(143) : error 001: expected token: ";", but found "-identifier...
184
----Problem Solved---- I just redid before all those errors and changed and it worked, sorry for troubling you CalvinC
115
Error: Код: C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\filterscripts\Admin_System.pwn(111) : error 010: invalid function or declaration Line: Код: forward GateCheck()...
115
then how can I add the IsPlayerAdmin function to it to allow both the selected admin level and rcon admin for the gates to be opened for?
146
Код: [pAdmin] >= 1 the 1 is the admin level?
146
How can I make the gate respond to one of an admin levels I have from GiDan's and rcon admins? And to have multiple gates in the gamemode? References: Automatic Gates tutorial: https://sampforum.blas...
146
Please put what they said of the error: compiling errors.
140
error popped out: Код: C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\filterscripts\ycmd.pwn(66) : error 029: invalid expression, assumed zero Line 66 is Код: if(IsPlayer...
162
this is line 66: pawn Код: if(IsPlayerConnected(i) && (pAdmin[i] >= 1 || IsPlayerAdmin(i)))
162
I did it and 4 errors came out: Код: C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\filterscripts\ycmd.pwn(66) : error 029: invalid expression, assumed zero C:\Users\blank\Do...
162
Did not work and more errors came out after I did that: Код: C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\filterscripts\ycmd.pwn(64) : error 029: invalid expression, assume...
162
Change this Код: [[[HERE]]]] -> { to Код: [[[HERE]]]] -> )
116
What's wrong with the line? Код: if(P_Data[i;[pAdmin] > 0) { I have this error: error 029: invalid expression, assumed zero
162