09.10.2016, 14:49
(
Последний раз редактировалось Sasino97; 09.10.2016 в 15:58.
)
Hello, is it possible to export a SampSharp project as a filterscript/plugin?
EDIT:
Also, why can't it find the GtaPlayer class?
This code won't compile:
EDIT 2:
Solved
The class was "BasePlayer" not "GtaPlayer"...
Please can you update the API documentation and the tutorials, because some other newbies like me could get the same problems...
EDIT:
Also, why can't it find the GtaPlayer class?
This code won't compile:
Код:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SampSharp.GameMode.World;
namespace Sasinosoft.Roleplay
{
class Player : GtaPlayer
{
}
}
Solved
The class was "BasePlayer" not "GtaPlayer"...
Please can you update the API documentation and the tutorials, because some other newbies like me could get the same problems...

